solid_oidc_auth 0.2.2 copy "solid_oidc_auth: ^0.2.2" to clipboard
solid_oidc_auth: ^0.2.2 copied to clipboard

Authentication library for Solid pods using OpenID Connect (Solid-OIDC) with DPoP token support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add solid_oidc_auth

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

dependencies:
  solid_oidc_auth: ^0.2.2

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:solid_oidc_auth/solid_oidc_auth.dart';
0
likes
150
points
115
downloads

Documentation

API reference

Publisher

verified publisherlocorda.dev

Weekly Downloads

Authentication library for Solid pods using OpenID Connect (Solid-OIDC) with DPoP token support.

Repository (GitHub)
View/report issues

Topics

#solid #oidc #authentication #webid

License

MIT (license)

Dependencies

crypto, dart_jsonwebtoken, fast_rsa, flutter, http, locorda_rdf_core, logging, meta, oidc, oidc_default_store, uuid

More

Packages that depend on solid_oidc_auth