We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
87c37c3
There was an error while loading. Please reload this page.
v0.15.0 Upgrades history.md
701d850
v0.14.2 Makes use of rfcerr in access error endpoint writer explicit
8d35b66
Simplifies how errors are instantiated. Errors now contain all necessary information without relying on fosite.ErrorToRFC6749Error any more.
83136a3
Resolves an issue where token could be revocated by clients other than the one the token was issued for.
ec43e3a
https://github.com/ory/fosite/blob/master/HISTORY.md#0130
65743b4
https://github.com/ory/fosite/blob/master/HISTORY.md#0120
0911eb0
v0.11.4 handler/oauth2: set expiration time before the access token is genera…
461b38f
oauth2/ropc: Set expires at for password credentials flow (#210) Signed-off-by: Beorn Facchini <beornf@gmail.com>
2c7cdff
v0.11.2 scope: resolve haystack needle mixup - closes #201
c55d679
v0.11.1 token/jwt: add claims tests