node-oauth2-server icon indicating copy to clipboard operation
node-oauth2-server copied to clipboard

🚀 The successor to oauthjs/oauth2-server. 🔒 Complete, compliant, maintained and well tested OAuth2 Server for node.js. Includes native async await and PKCE.

Results 31 node-oauth2-server issues
Sort by recently updated
recently updated
newest added

## Summary This change adds semantic releases to the release pipeline. Commits are automatically analysed when they are merged into `master` and depending on the commit message (`fix`, `feat`), a...

**Specify your setup** - Operating System: Mac OS - Node version: v23.3.0 - npm version: 11.0.0 - version of @node-oauth/oauth2-server 5.2.0 - which [OAuth2 workflow](https://datatracker.ietf.org/doc/html/rfc6749.html#section-1.3): Grant Flow: "authorization_code" - at...

documentation :bookmark_tabs:

## Summary Add support for OAuth 2.0 Token Revocation ## Linked issue(s) https://github.com/node-oauth/node-oauth2-server/discussions/343 ## Involved parts of the project A new 'revoke' handler is added. ## Added tests? Not yet....

**Specify your setup** - Operating System: - Node version: - - npm version: - - version of @node-oauth/oauth2-server: 5.2.1 - which [OAuth2 workflow](https://datatracker.ietf.org/doc/html/rfc6749.html#section-1.3): - - at [which workflow step](https://datatracker.ietf.org/doc/html/rfc6749.html#section-1.2) does...

Bumps [chai](https://github.com/chaijs/chai) from 4.5.0 to 6.2.1. Release notes Sourced from chai's releases. v6.2.1 What's Changed chore: add renovate config by @​43081j in chaijs/chai#1709 chore: use new renovate schema by @​43081j...

javascript
dependencies

## Summary TLDR: fixes #350 For some reason, the library doesn't include the refresh token when saving the access token during client_credentials flows, but it does for the authorization_code flow....

**Specify your setup** - Operating System: macOS 15.6.1 - Node version: 22.17.0 - npm version: - - version of @node-oauth/oauth2-server: 5.2.1 - which [OAuth2 workflow](https://datatracker.ietf.org/doc/html/rfc6749.html#section-1.3): Authorization Code - at [which...

**Specify your setup** - Operating System: Linux Debian 12 Buster X86_64 - Node version: Bun 1.2.15 - npm version: Bun 1.2.15 - version of @node-oauth/oauth2-server: 5.2.0 **Describe the bug** The...

## Summary Due to multiple conflicts with the type signatures in our Request object, I started a little spec for types testing using `tsd`. Please note, that I added dev...

## Summary This PR intends to review and edit the docs to become more beginner friendly. It's an ongoing effort along the discussion at #360 ## Linked issue(s) #360 ##...