Skip to content

v2.4.0

Choose a tag to compare

@dghubble dghubble released this 07 Jan 22:52
v2.4.0
  • Add SameSite field to the oauth2 state CookieConfig (#112)
    • Set SameSiteLaxMode in DefaultCookieConfig and DebugOnlyCookieConfig
  • Raise the MaxAge in DefaultCookieConfig and DebugOnlyCookieConfig
    • Allow 10 min for users to complete the authorization flow
  • Update examples to show sessions with typed values (#123)