solid_oidc_auth 0.2.0 copy "solid_oidc_auth: ^0.2.0" to clipboard
solid_oidc_auth: ^0.2.0 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 Dart:

 $ dart pub add solid_oidc_auth

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 dart pub get):

dependencies:
  solid_oidc_auth: ^0.2.0

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

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

unknown (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