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

OAuth 2.0 + PKCE authentication SDK for Flutter, backed by Huwiya ID. Reactive auth state, automatic token refresh, JWT claims validation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add huwiya_sdk

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

dependencies:
  huwiya_sdk: ^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:huwiya_sdk/huwiya_sdk.dart';
0
likes
140
points
161
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

OAuth 2.0 + PKCE authentication SDK for Flutter, backed by Huwiya ID. Reactive auth state, automatic token refresh, JWT claims validation.

Repository (GitHub)
View/report issues

Topics

#oauth #oauth2 #authentication #pkce #sso

License

MIT (license)

Dependencies

crypto, dio, flutter, flutter_riverpod, flutter_secure_storage, flutter_web_auth_2

More

Packages that depend on huwiya_sdk