Added
- Generate safe getters for
map[string]interface{}
types (#205)
- Expose configuration of retry strategy (#216)
- Authentication client (#222, #227, #226, #229, #232)
- Validate
org_name
claim in ID token (#246)
- Support
azure_cs
and ms365
email providers (#247)
- Support
OIDCLogoutPrompt
setting on tenant (#249)
- Support
DecryptionKey
on SAML Connection Options (#251)
Breaking Changes
- Improve typing of Client Addons (#208, #228)
- Accept a
context.Context
as the first argument for all methods (#212)
- Refactor Management struct to avoid chaining issue (#214)
- Removed deprecated
EmailManager
(#218)
- Removed
ResourceServer.Stream
(#224)
- Removed
DigitalOcean
, Discord
, Figma
, Imgur
, Slack
, Spotify
, Twitch
, and Vimeo
connection strategies (#245)
⚠️ Please review the migration guide to understand the changes required to update your application.