thefaithapp_auth 0.1.0
thefaithapp_auth: ^0.1.0 copied to clipboard
Hosted member authentication and authorized v1 API access for TheFaithApp Flutter applications.
0.1.0 #
- Add TheFaithApp hosted member sign-in for Android and iOS.
- Generate and validate state plus S256 PKCE for every sign-in.
- Derive the default callback from the consuming application ID.
- Store member sessions with platform secure storage.
- Add an authorized HTTP client for protected
v1endpoints. - Add session restoration, local clearing, and server-side logout.
- Simplify setup so developers provide only the client API key.
- Stop displaying token fragments in the standalone sample.
- Publish the first public package release with pub.dev installation guidance.