Skip to content

Commit c65e221

Browse files
committed
Merge branch 'master' of github.com:jsonwebtoken/jsonwebtoken.github.io
2 parents 18da04f + eded3b5 commit c65e221

File tree

4 files changed

+150
-4
lines changed

4 files changed

+150
-4
lines changed

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2013-2014 Auth0 Inc.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
11
##JWT.io
22

33
[![Build Status](https://travis-ci.org/jsonwebtoken/jsonwebtoken.github.io.png?branch=master)](https://travis-ci.org/jsonwebtoken/jsonwebtoken.github.io)
4+
5+
### How to build
6+
7+
> Warning: `index.html` in the root folder is a generated file please edit `html/index.html`.
8+
9+
First, install the required dependencies:
10+
11+
```sh
12+
npm install && bower install
13+
```
14+
15+
In order to build (and run) the project execute:
16+
17+
```sh
18+
grunt
19+
```
20+
21+
And then go to http://0.0.0.0:8000.
22+
23+
That will create the css from the less files, minify the javascript and generate `index.html` from `html/index.html`.
24+
25+
26+
### Happy hacking!
27+
28+

html/index.html

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ <h3 class="panel-title">Java</h3>
273273

274274
<div class="panel-footer">
275275
<div>
276-
<code>maven: com.auth0 / java-jwt / 0.2</code>
276+
<code>maven: com.auth0 / java-jwt / 0.4</code>
277277
</div>
278278
<div>
279279
<i class="fa fa-github"></i> <a href="https://github.com/auth0/java-jwt">auth0/java-jwt</a>
@@ -436,6 +436,47 @@ <h3 class="panel-title">JavaScript</h3>
436436
</div>
437437
</div>
438438
</div>
439+
440+
<div class="col-md-4">
441+
<div class="panel panel-default">
442+
<div class="panel-heading">
443+
<h3 class="panel-title">Haskell</h3>
444+
</div>
445+
<div class="panel-body library">
446+
<div class="col-md-6">
447+
<div><i class="fa fa-check-square-o"></i>Sign</div>
448+
<div><i class="fa fa-check-square-o"></i>Verify</div>
449+
<div><i class="fa fa-square-o"></i><code>exp</code> check</div>
450+
<div><i class="fa fa-square-o"></i><code>aud</code> check</div>
451+
<div><i class="fa fa-square-o"></i><code>iss</code> check</div>
452+
</div>
453+
<div class="col-md-6">
454+
455+
<div><i class="fa fa-check-square-o"></i>HS256</div>
456+
<div><i class="fa fa-square-o"></i>HS384</div>
457+
<div><i class="fa fa-square-o"></i>HS512</div>
458+
<div><i class="fa fa-square-o"></i>RS256</div>
459+
<div><i class="fa fa-square-o"></i>RS384</div>
460+
<div><i class="fa fa-square-o"></i>RS512</div>
461+
<div><i class="fa fa-square-o"></i>ES256</div>
462+
<div><i class="fa fa-square-o"></i>ES384</div>
463+
<div><i class="fa fa-square-o"></i>ES512</div>
464+
</div>
465+
<div><i class="fa fa-group"></i>Maintainer: <a href="https://bitbucket.org/ssaasen">Stefan Saasen</a></div>
466+
<!-- <div><i class="fa fa-code"></i>Usage: <a href="#">Sign</a> · <a href="#">Verify</a></div> -->
467+
</div>
468+
469+
<div class="panel-footer">
470+
<div>
471+
<code>cabal install jwt</code>
472+
</div>
473+
<div>
474+
<i class="fa fa-bitbucket"></i> <a href="https://bitbucket.org/ssaasen/haskell-jwt">ssaasen/haskell-jwt</a>
475+
</div>
476+
</div>
477+
</div>
478+
</div>
479+
</div>
439480
</div>
440481
</div>
441482

@@ -483,5 +524,14 @@ <h3 class="panel-title">JavaScript</h3>
483524
<!-- endbuild -->
484525
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
485526
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
527+
<script>
528+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
529+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
530+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
531+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
532+
533+
ga('create', 'UA-37952868-2', 'auto');
534+
ga('send', 'pageview');
535+
</script>
486536
</body>
487537
</html>

index.html

Lines changed: 53 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
1313
<link href="http://fonts.googleapis.com/css?family=Source+Code+Pro:400,500,600|Roboto:400,100,300,500,700" rel="stylesheet" type="text/css">
14-
<link rel="stylesheet" href="dist/css/app.css" media="all">
14+
<link rel="stylesheet" href="dist/css/app.css" media="all"/>
1515

1616
<!-- Bootstrap core CSS -->
1717

@@ -268,7 +268,7 @@ <h3 class="panel-title">Java</h3>
268268

269269
<div class="panel-footer">
270270
<div>
271-
<code>maven: com.auth0 / java-jwt / 0.2</code>
271+
<code>maven: com.auth0 / java-jwt / 0.4</code>
272272
</div>
273273
<div>
274274
<i class="fa fa-github"></i> <a href="https://github.com/auth0/java-jwt">auth0/java-jwt</a>
@@ -431,8 +431,49 @@ <h3 class="panel-title">JavaScript</h3>
431431
</div>
432432
</div>
433433
</div>
434+
435+
<div class="col-md-4">
436+
<div class="panel panel-default">
437+
<div class="panel-heading">
438+
<h3 class="panel-title">Haskell</h3>
439+
</div>
440+
<div class="panel-body library">
441+
<div class="col-md-6">
442+
<div><i class="fa fa-check-square-o"></i>Sign</div>
443+
<div><i class="fa fa-check-square-o"></i>Verify</div>
444+
<div><i class="fa fa-square-o"></i><code>exp</code> check</div>
445+
<div><i class="fa fa-square-o"></i><code>aud</code> check</div>
446+
<div><i class="fa fa-square-o"></i><code>iss</code> check</div>
447+
</div>
448+
<div class="col-md-6">
449+
450+
<div><i class="fa fa-check-square-o"></i>HS256</div>
451+
<div><i class="fa fa-square-o"></i>HS384</div>
452+
<div><i class="fa fa-square-o"></i>HS512</div>
453+
<div><i class="fa fa-square-o"></i>RS256</div>
454+
<div><i class="fa fa-square-o"></i>RS384</div>
455+
<div><i class="fa fa-square-o"></i>RS512</div>
456+
<div><i class="fa fa-square-o"></i>ES256</div>
457+
<div><i class="fa fa-square-o"></i>ES384</div>
458+
<div><i class="fa fa-square-o"></i>ES512</div>
459+
</div>
460+
<div><i class="fa fa-group"></i>Maintainer: <a href="https://bitbucket.org/ssaasen">Stefan Saasen</a></div>
461+
<!-- <div><i class="fa fa-code"></i>Usage: <a href="#">Sign</a> · <a href="#">Verify</a></div> -->
462+
</div>
463+
464+
<div class="panel-footer">
465+
<div>
466+
<code>cabal install jwt</code>
467+
</div>
468+
<div>
469+
<i class="fa fa-bitbucket"></i> <a href="https://bitbucket.org/ssaasen/haskell-jwt">ssaasen/haskell-jwt</a>
470+
</div>
471+
</div>
472+
</div>
473+
</div>
434474
</div>
435-
</div>
475+
</div>
476+
436477

437478
<div class="banner">
438479
<img src="https://cldup.com/6HOrjrr1wA.png">
@@ -464,5 +505,14 @@ <h3 class="panel-title">JavaScript</h3>
464505
<script src="dist/js/app.js"></script>
465506
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
466507
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
508+
<script>
509+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
510+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
511+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
512+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
513+
514+
ga('create', 'UA-37952868-2', 'auto');
515+
ga('send', 'pageview');
516+
</script>
467517
</body>
468518
</html>

0 commit comments

Comments
 (0)