Home > database >  Credential Management API Flutter
Credential Management API Flutter

Time:01-03

How to implement Credential Management API in Flutter

I want save login Credential in google. How to invoke Credential Management API in browser

CodePudding user response:

You can use the JWT token and manage it with the flutter_secure_storage package, it's so easy to use.

CodePudding user response:

Seems like there is a password_credential package written for that, you can take a look if it satisfies your needs. It is also an open source, so you can take a look at the code if you don't want to use package.

  • Related