README.md in rodauth-oauth-1.0.0 vs README.md in rodauth-oauth-1.1.0
- old
+ new
@@ -44,9 +44,10 @@
* `oauth_saml_bearer_grant` - [SAML 2.0 Bearer Assertion](https://datatracker.ietf.org/doc/html/rfc7522);
* `oauth_jwt_bearer_grant` - [JWT Bearer Assertion](https://datatracker.ietf.org/doc/html/rfc7523);
* `oauth_dynamic_client_registration` - [Dynamic Client Registration Protocol](https://datatracker.ietf.org/doc/html/rfc7591);
* OAuth application and token management dashboards;
+* The recommendations for [Native Apps](https://www.rfc-editor.org/rfc/rfc8252);
It also implements the [OpenID Connect layer](https://openid.net/connect/) (via the `openid` feature) on top of the OAuth features it provides, including:
* `oidc`
* [OpenID Connect Core](https://openid.net/specs/openid-connect-core-1_0.html);