The most comprehensive OpenIdConnect package for dart.
This is a Mono repo of multiple packages:
- oidc_core: The main dart package, it implements the basic openid/oauth specification, except the platform specific parts (like redirection)
- oidc: builds on top of
oidc_core
, and adds platform-specific parts, this also contains theUserManager
class. - oidc_default_store: the default
OidcStore
store implementation.
Make sure you read the for extra information.
Generated by the Very Good CLI 🤖