v3.0.0-beta.1
Pre-release
Pre-release
maxmantz
released this
13 Jan 17:40
·
100 commits
to master
since this release
API changes:
createOidcMiddleware()
now only needs theuserManager
as an argument,OidcProvider
now needs theuserManager
as a prop,- no more
childContext
inOidcProvider
, - dropped
shouldValidate
- user is now always validated, - dropped
triggerAuthFlow
- the sign in process now always needs to be started manually.
Internal changes:
- introduced
co
to handle the async nature of oidc-client and it'suserStore
. - no more reliance on
window.localStorage
orwindow.location
to support SSR & react-native. - several smaller changes