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

Authentication library to connect to a Solid server from solidproject.org

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add solid_auth
copied to clipboard

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

dependencies:
  solid_auth: ^0.1.22
copied to clipboard

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_auth/solid_auth.dart';
copied to clipboard
5
likes
140
points
1.39k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.16 - 2025.03.31

Authentication library to connect to a Solid server from solidproject.org

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

clock, collection, convert, crypto, fast_rsa, flutter, http, intl, jose, jwt_decoder, logging, openidconnect_platform_interface, openidconnect_web, pointycastle, url_launcher, url_launcher_android, uuid

More

Packages that depend on solid_auth