bapp_auth 0.2.1 copy "bapp_auth: ^0.2.1" to clipboard
bapp_auth: ^0.2.1 copied to clipboard

Cross-platform authentication for BAPP framework platforms with Keycloak SSO and automatic token management

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bapp_auth

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

dependencies:
  bapp_auth: ^0.2.1

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:bapp_auth/bapp_auth.dart';
1
likes
160
points
35
downloads

Documentation

API reference

Publisher

verified publishercbsoft.ro

Weekly Downloads

Cross-platform authentication for BAPP framework platforms with Keycloak SSO and automatic token management

Homepage

License

MIT (license)

Dependencies

bapp_api_client, crypto, flutter, flutter_web_auth_2, http, shared_preferences, url_launcher

More

Packages that depend on bapp_auth