-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (48 loc) · 2.79 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.0.0/normalize.min.css">
<link rel="stylesheet" href="style.css">
<title>Ruby JWT gem</title>
<a href="https://github.com/jwt/ruby-jwt" target="_blank"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
<header>
<h1>Ruby JWT gem</h1>
<h2>A pure ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard.</h2>
<iframe src="https://ghbtns.com/github-btn.html?user=jwt&repo=ruby-jwt&type=star&count=true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=jwt&repo=ruby-jwt&type=watch&count=true&v=2" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=jwt&repo=ruby-jwt&type=fork&count=true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
</header>
<main>
<p>Current version: <code>1.5.6</code></p>
<p>Installation:</p>
<pre><code>gem install jwt</code></pre>
<p>Documentation: <a href="https://github.com/jwt/ruby-jwt/blob/master/README.md" target="_blank">Here</a>
<p>Changelog: <a href="https://github.com/jwt/ruby-jwt/blob/master/CHANGELOG.md" target="_blank">Here</a>
<div id="posts">
<div class="post">
<h2>Versions 1.5.5 & 1.5.6 released</h2>
<small>
2016-09-19 by <a href="https://github.com/excpt" target="_blank">excpt</a>
</small>
<p>
In september 2 minor updates were release for the ruby jwt gem. A few bugs were fixed and the code quality was improved. All changes are documented in the changelog.
</p>
</div>
<div class="post">
<h2>Version 1.5.3 yanked</h2>
<small>
2016-04-05 by <a href="https://github.com/excpt" target="_blank">excpt</a>
</small>
<p>
The ruby-jwt gem version <code>1.5.3</code> is no longer available for download via rubygems. Please update you're project dependencies to use the latest stable version <code>1.5.4</code>.
</p>
<p>
For more information about this you can read the following two discussions on github:
</p>
<ul>
<li><a href="https://github.com/jwt/ruby-jwt/issues/132" target="_blank">#132</a></li>
<li><a href="https://github.com/jwt/ruby-jwt/issues/133" target="_blank">#133</a></li>
</ul>
</div>
</div>
</main>