keycloak_web_auth 0.1.0 copy "keycloak_web_auth: ^0.1.0" to clipboard
keycloak_web_auth: ^0.1.0 copied to clipboard

Web-only Keycloak authentication for Flutter Web using OAuth2/OIDC Authorization Code + PKCE.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add keycloak_web_auth

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

dependencies:
  keycloak_web_auth: ^0.1.0

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:keycloak_web_auth/keycloak_web_auth.dart';
0
likes
50
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Web-only Keycloak authentication for Flutter Web using OAuth2/OIDC Authorization Code + PKCE.

Repository (GitHub)
View/report issues

Topics

#keycloak #oauth2 #oidc #flutter-web

License

MIT (license)

Dependencies

flutter, http, js, meta

More

Packages that depend on keycloak_web_auth