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

Cross-platform OAuth package for Bapp authentication with Keycloak integration and API client

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bapp_auth

With Flutter:

 $ flutter pub add bapp_auth

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

dependencies:
  bapp_auth: ^0.1.5

Alternatively, your editor might support dart pub get or 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
0
points
66
downloads

Publisher

verified publishercbsoft.ro

Weekly Downloads

Cross-platform OAuth package for Bapp authentication with Keycloak integration and API client

Homepage

License

unknown (license)

Dependencies

crypto, flutter, flutter_web_auth_2, http, shared_preferences, url_launcher

More

Packages that depend on bapp_auth