breaking change: add rp/RelyingParty.GetRevokeEndpoint
This commit is contained in:
parent
2342f208ef
commit
f3eae0f329
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
|
|
||||||
# Backwards-incompatible changes to be made in the next major release
|
# Backwards-incompatible changes to be made in the next major release
|
||||||
|
|
||||||
- Add `rp/RelyingParty.GetRevokeEndpoint`
|
|
||||||
- Rename `op/OpStorage.GetKeyByIDAndUserID` to `op/OpStorage.GetKeyByIDAndClientID`
|
- Rename `op/OpStorage.GetKeyByIDAndUserID` to `op/OpStorage.GetKeyByIDAndClientID`
|
||||||
- Add `CanRefreshTokenInfo` (`GetRefreshTokenInfo()`) to `op.Storage`
|
- Add `CanRefreshTokenInfo` (`GetRefreshTokenInfo()`) to `op.Storage`
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@ type RelyingParty interface {
|
||||||
GetEndSessionEndpoint() string
|
GetEndSessionEndpoint() string
|
||||||
|
|
||||||
// GetRevokeEndpoint returns the endpoint to revoke a specific token
|
// GetRevokeEndpoint returns the endpoint to revoke a specific token
|
||||||
// "GetRevokeEndpoint() string" will be added in a future release
|
GetRevokeEndpoint() string
|
||||||
|
|
||||||
// UserinfoEndpoint returns the userinfo
|
// UserinfoEndpoint returns the userinfo
|
||||||
UserinfoEndpoint() string
|
UserinfoEndpoint() string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue