Bdaya-Dev/oidc
Flutter OpenIdConnect プラグイン
- Stars
- 74
- Forks
- 36
- 最終プッシュ(UTC)
- 2026/08/01
- プロジェクト状態
- 公開中
言語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 🤖