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 🤖