identity_server 0.0.6 copy "identity_server: ^0.0.6" to clipboard
identity_server: ^0.0.6 copied to clipboard

a flutter plugin that helps auth2 authentication, we follow the identity server documentation. With access token refresh token search methods surrounding excellent code performance and good architectu [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add identity_server

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  identity_server: ^0.0.6

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:identity_server/identity_server.dart';
3
likes
20
pub points
0%
popularity

Publisher

unverified uploader

a flutter plugin that helps auth2 authentication, we follow the identity server documentation. With access token refresh token search methods surrounding excellent code performance and good architecture for future maintenance, it is noteworthy that the library is in the process of developing a lot of functionality yet to be improved

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on identity_server