userfront_flutter 0.0.3 userfront_flutter: ^0.0.3 copied to clipboard
Flutter bindings for Userfront authentication.
0.0.2 #
- Add the
createAuthUrl
andfinishAuth
methods to enable mobile app authentication via an existing Web app authentication page - Persist tokens to secure local storage for long-lived user sessions
- Add the
Userfront.api.get
,Userfront.api.post
,Userfront.api.put
andUserfront.api.delete
methods for interacting with the Userfront API with automatic token attachment and refresh - Add the
Userfront.refresh
method to refresh the JWT access token
0.0.3 #
- Fix an issue with reading incoming tokens
- Always camelCase identifiers in request and response bodies (change
code_verifier
tocodeVerifier
, etc.)