Bdaya-Dev/oidc
Flutter OpenIdConnect प्लगइन
- Stars
- 74
- Forks
- 36
- अंतिम पुश (UTC)
- 1 अग॰ 2026
- प्रोजेक्ट स्थिति
- सक्रिय
भाषाएँDartKotlinHTMLSwiftC++CMakeRubyPowerShellCJavaShellJavaScriptCSSMATLABObjective-C
उपयोग की गई निर्भरताएँ
निर्भरता सूची 1 आइटम
- melosडेवलपमेंट
^7.1.1
मूल README
यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
README खोलें / बंद करें
oidc
melos codecov style: very good analysis License: MIT
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 theUserManagerclass. - oidc_default_store: the default
OidcStorestore implementation. - oidc_cli: a provider-agnostic CLI for authenticating against an OIDC provider.
Make sure you read the Static Badge for extra information.
Code Coverage graph
Generated by the Very Good CLI 🤖