Bdaya-Dev/oidc
Flutter OpenIdConnect 插件
- Stars
- 74
- Forks
- 36
- 最近推送(UTC)
- 2026年8月1日
- 專案狀態
- 未封存
語言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 🤖