jasonraimondi/ts-oauth2-server
A full featured, secure, standards compliant implementation of an OAuth 2.0 authorization server for Nodejs that utilizes JWT and Proof Key for Code Exchange (PKCE), written in TypeScript.
TypeScriptMIT
Issues
- 7
[Bug]canRespondToRevokeRequest shouldn't check token_type_hint with identifier (granttype)
#151 opened by noru - 1
i can't found @jmondi/oauth2-server@4.0.0 from NPM
#155 opened by devcui - 1
Support OAuth 2.0 Token Introspection (RFC7662)
#137 opened by jasonraimondi - 11
OAuthException throw not supporting in latest version, gettting app crash when throw error from UserRepository
#82 opened by ankush-instinctiq - 2
- 10
Feat Request: Allow Custom Parameters in Authorization Flow (e.g., Audience Parameter)
#130 opened by amjadbouhouch - 0
feat: allowed custom grant usage
#128 opened by jasonraimondi - 1
Support RFC7009 “OAuth 2.0 Token Revocation”
#122 opened by jasonraimondi - 4
Authorization code grant: wrong code in redirect URL
#113 opened by w8floosh - 6
Support RFC 8693 - Token Exchange
#111 opened by Jazcash - 2
- 1
refresh_token grant: Token is not linked to client when tokenCID set to 'name'.
#83 opened by amjadbouhouch - 1
- 3
aud
#78 opened by mahmoudzeyada - 1
how do i implement consent flow?
#64 opened by enkhchuluun - 2
Error running Prisma/Express example - Client authentication failed: Invalid redirect_uri
#77 opened by bdcorps - 2
Trouble installing packages for example projects
#76 opened by bdcorps - 1
Inconsistency: use of `isRevoked()` in the `refresh_token` grant is different from its use in the `auth_code` grant, and is unintuitive
#73 opened by oliverlockwood - 2
Review nullability of fields in OAuthToken
#72 opened by oliverlockwood - 1
- 4
Any tokens issued should be invalidated by reuse of the originating authorization_code
#62 opened by oliverlockwood - 1
Allow `userRepository.extraAccessTokenFields()` to set the `iss` (issuer) claim
#67 opened by oliverlockwood - 5
- 4
Suggestion: extend `OAuthClient` interface to (optionally) specify `accessTokenValidity` and `refreshTokenValidity` fields
#61 opened by oliverlockwood - 0
Typescript compile error
#66 opened by m-ivanov - 6
Misleading error message `unsupported grant_type` when `grant_type` is specified and correct, but other required parameters are missing or incorrect
#56 opened by oliverlockwood - 3
- 1
Sending an invalid `code` to the token endpoint results in an uncaught exception, instead of error response
#59 opened by oliverlockwood - 1
Add configuration option to disallow the `plain` value for `code_challenge_method`?
#57 opened by oliverlockwood - 2
- 1
Error: secretOrPrivateKey must have a value
#54 opened by crimson-med - 2
Content-type error
#52 opened by isaacguerreir - 1
- 1
Issue with typeorm example
#49 opened by Aviking88 - 3
code_verifier digest with "hex" or not?
#45 opened by HelderSi - 4
Add custom claims on JWT access_token
#46 opened by HelderSi - 5
Issues on the implementation
#29 opened by xhebox - 1
ESBuild is unable to include package
#43 opened by tranzium - 1
Question about credential flow
#42 opened by hakanaku1234 - 2
create-export script is not from package install
#32 opened by rssh - 4
allow to use regex to validate redirect uris
#33 opened by akosyakov - 4
- 3
Module '"@jmondi/oauth2-server"' has no exported member 'generateRandomToken'
#26 opened by reiterbene - 1
RFC7636 is not correctly implemented
#25 opened by 4matic - 11
Add More Examples
#19 opened by thefat32 - 11
it’s still not usable through postman:(
#17 opened by klerick - 8
- 6
Refresh token - Old Token scope validation
#8 opened by m-ivanov - 0
Use ascii type for decode base 64
#7 opened by klerick