solid_auth 1.0.0 copy "solid_auth: ^1.0.0" to clipboard
solid_auth: ^1.0.0 copied to clipboard

Authenticate to a Solid POD server using Solid-OIDC with certified oidc.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add solid_auth

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

dependencies:
  solid_auth: ^1.0.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:solid_auth/solid_auth.dart';
7
likes
0
points
4.23k
downloads

Publisher

verified publishertogaware.com

Weekly Downloads

Authenticate to a Solid POD server using Solid-OIDC with certified oidc.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, dart_jsonwebtoken, fast_rsa, http, logging, oidc, oidc_core, oidc_default_store, uuid

More

Packages that depend on solid_auth