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

outdated

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

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.4

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
0
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dio, flutter, flutter_secure_storage, flutter_webview_plugin, http, shared_preferences

More

Packages that depend on identity_server