0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
docs: Fix method/struct documents (#360) More... about 6 years ago
docs: Updates issue and pull request templates (#361) More... over 6 years ago
openid: Allow promp=none for https/localhost (#359) More... over 6 years ago
core: Add debug log to invalid_client error(#358) More... over 6 years ago
Export IsLocalhost More... over 6 years ago
Improve IsRedirectURISecure check More... over 6 years ago
Allow providing a custom redirect URI checker (#355) More... over 6 years ago
token: Improve rotated secret error reporting in HMAC strategy (#354) More... over 6 years ago
example: Propagate session data properly (#353) More... over 6 years ago
errors: Remove useless details fn receiver (#349) More... over 6 years ago
doc: Update HISTORY.md, README.md, CONTRIBUTING.md (#347) More... over 6 years ago
oauth2: Don't double encode URL fragments (#346) More... over 6 years ago
oauth2: add test coverage to exercise the transactional support in the AuthorizeExplicitGrantHandler's PopulateTokenEndpointResponse method. More... over 6 years ago
oauth2: use transactions in the auth code token flow (if the storage implementation implements the `Transactional` interface) to address #309 More... over 6 years ago
oauth2: add test coverage to exercise the transactional support in the RefreshTokenGrantHandler's PopulateTokenEndpointResponse method. More... over 6 years ago
internal: add mock for storage.Transactional + update generate-mocks.sh More... over 6 years ago
storage: adds new interface `Transactional` which is to be implemented by storage providers that can support transactions. More... over 6 years ago
oauth2: use transactions in the refresh token flow (if the storage implementation implements the `Transactional` interface) to address #309 More... over 6 years ago
compose: Expose token entropy setting (#342) More... over 6 years ago
Remove cryptopasta dependency (#339) More... over 6 years ago
oauth2: Add ability to specify refresh token lifespan (#337) More... almost 7 years ago
docs: Fix quickstart (#335) More... almost 7 years ago
introspect: Omit exp if ExpiresAt is zero value (#334) More... almost 7 years ago
oauth2: Set exp for authorize code issued by hybrid flow (#333) More... almost 7 years ago
pkce: Allow hybrid flows (#328) More... almost 7 years ago
oauth2: Improve refresh security and reliability (#332) More... almost 7 years ago
oauth2: Update jwt access token interface (#330) More... almost 7 years ago
oauth2: Introduce audience capabilities (#327) More... almost 7 years ago
hash: Raise bcrypt cost factor lower bound (#321) More... almost 7 years ago
compose: Fix doc typo (#322) More... almost 7 years ago