openid_authenticator 0.0.1
openid_authenticator: ^0.0.1 copied to clipboard
Provides OpenID authentication code authentication workflow with PKCE for public clients
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add openid_authenticatorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
openid_authenticator: ^0.0.1Alternatively, 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:openid_authenticator/authenticator.dart';
import 'package:openid_authenticator/desktop_callback_server.dart';