README.md in rodauth-oauth-0.0.5 vs README.md in rodauth-oauth-0.0.6
- old
+ new
@@ -19,10 +19,11 @@
* [Authorization Server Metadata](https://tools.ietf.org/html/rfc8414);
* [PKCE](https://tools.ietf.org/html/rfc7636);
* Access Type (Token refresh online and offline);
* [MAC Authentication Scheme](https://tools.ietf.org/html/draft-hammer-oauth-v2-mac-token-02);
* [JWT Acess Tokens](https://tools.ietf.org/html/draft-ietf-oauth-access-token-jwt-07);
+* [JWT Secured Authorization Requests](https://tools.ietf.org/html/draft-ietf-oauth-jwsreq-20);
* OAuth application and token management dashboards;
This gem supports also rails (through [rodauth-rails]((https://github.com/janko/rodauth-rails))).
@@ -87,10 +88,10 @@
You'll have to do a bit more boilerplate, so here's the instructions.
### Example (TL;DR)
-If you're familiar with the technology and want to skip the next paragraphs, just [check our roda example](https://gitlab.com/honeyryderchuck/rodauth-oauth/-/tree/master/examples/roda).
+If you're familiar with the technology and want to skip the next paragraphs, just [check our example applications](https://gitlab.com/honeyryderchuck/rodauth-oauth/-/tree/master/examples/).
Generating tokens happens mostly server-to-server, so here's an example using:
#### Access Token Generation