Skip to content

Commit

Permalink
mention oslo
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed May 8, 2024
1 parent 9a04716 commit d4b6cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @oslojs/oauth2

A JavaScript client library for OAuth 2.0.
A JavaScript client library for OAuth 2.0 by [Oslo](https://oslojs.dev).

Supports authorization code grant type, PKCE extension, refresh token grant type, token revocation, and device code grant type as specified in [RFC 6749](https://datatracker.ietf.org/doc/html/rfc6749), [RFC 7009](https://datatracker.ietf.org/doc/html/rfc7009), [RFC 7636](https://datatracker.ietf.org/doc/html/rfc7636), and [RFC 8628](https://datatracker.ietf.org/doc/html/rfc8628).

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "@oslojs/oauth2 documentation"

# @oslojs/oauth2 documentation

A JavaScript client library for OAuth 2.0.
A JavaScript client library for OAuth 2.0 by [Oslo](https://oslojs.dev).

Supports authorization code grant type, PKCE extension, refresh token grant type, token revocation, and device code grant type as specified in [RFC 6749](https://datatracker.ietf.org/doc/html/rfc6749), [RFC 7009](https://datatracker.ietf.org/doc/html/rfc7009), [RFC 7636](https://datatracker.ietf.org/doc/html/rfc7636), and [RFC 8628](https://datatracker.ietf.org/doc/html/rfc8628).

Expand Down

0 comments on commit d4b6cd3

Please sign in to comment.