issues
search
udibo
/
oauth2_server
A standards compliant implementation of an OAuth 2.0 authorization server with PKCE support.
MIT License
21
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
This is a work in progress, expect breaking changes in the future
#38
KyleJune
opened
2 years ago
0
Refactor and remove requireRefresh from getAccessToken
#37
KyleJune
closed
2 years ago
0
Implement RFC 7009 - OAuth 2.0 Token Revocation
#36
KyleJune
opened
2 years ago
0
Update dependencies
#35
KyleJune
closed
2 years ago
0
Refactor getAccessToken and add getRefreshToken
#34
KyleJune
opened
2 years ago
1
Fix oauth2_server not working with --no-check
#33
KyleJune
closed
2 years ago
1
Upgrade oak and remove hasBody checks
#32
KyleJune
closed
3 years ago
0
Allow number or BigInt client ids
#31
KyleJune
closed
3 years ago
0
Allow `number` to be used for `ClientInterface`.id
#30
AnInternetTroll
closed
3 years ago
0
Use PBKDF2 for password hashing
#29
KyleJune
closed
3 years ago
0
Use PBKDF2 for password hashing instead of SHA-256
#28
KyleJune
closed
3 years ago
1
Use Web Crypto API instead of std/hash
#27
KyleJune
closed
3 years ago
0
Use Web Crypto API instead of std/hash
#26
KyleJune
closed
3 years ago
0
Add lock for refreshing tokens in example
#25
KyleJune
closed
3 years ago
0
Use HttpError as base class for OAuth2Error
#24
KyleJune
closed
3 years ago
0
Improve example's refresh token code to prevent session getting revoked
#23
KyleJune
closed
3 years ago
0
Replace OAuth2Error with HttpError
#22
KyleJune
closed
3 years ago
0
Refactor OAuth2Server into ResourceServer and AuthorizationServer
#21
KyleJune
closed
3 years ago
0
Make optional properties nullable and other improvements
#20
KyleJune
closed
3 years ago
0
Add allowRefreshToken
#19
KyleJune
opened
3 years ago
0
Add error handler to example oak server
#18
KyleJune
opened
3 years ago
0
Add OAuth2Client for simplifying requests to OAuth2 resource and authorization servers
#17
KyleJune
opened
3 years ago
3
Update example services patch function to use null rather than undefined for removing fields
#16
KyleJune
closed
3 years ago
0
Add requireRefresh arg to custom getAccessToken
#15
KyleJune
closed
3 years ago
1
Add jwt to services
#14
KyleJune
opened
3 years ago
0
Add authenticateView to ResourceServer
#13
KyleJune
opened
3 years ago
0
Refactor OAuth2Server into ResourceServer and AuthorizationServer
#12
KyleJune
closed
3 years ago
0
Use generics for Client and User, use put/patch in example services
#11
KyleJune
closed
3 years ago
0
Add test coverage for acceptedScope
#10
KyleJune
closed
3 years ago
0
Replace authenticate getAccessToken with getToken
#9
KyleJune
closed
3 years ago
1
Production example?
#8
viztastic
opened
3 years ago
2
Improve documentation and add code examples to the documentation
#7
KyleJune
opened
3 years ago
0
Implement RFC 8628 - OAuth 2.0 Device Authorization Grant
#6
KyleJune
opened
3 years ago
0
Implement RFC 7662 - OAuth 2.0 Token Introspection
#5
KyleJune
opened
3 years ago
0
Add test coverage to the oak-localstorage example
#4
KyleJune
opened
3 years ago
0
Add more test coverage for the oak adapter
#3
KyleJune
opened
3 years ago
0
Use generics for Client and User on the models and services that use them
#2
KyleJune
closed
3 years ago
0
Add test coverage for acceptedScope
#1
KyleJune
closed
3 years ago
0