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

Framework-agnostic authentication runtime capabilities for server ecosystems.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add server_auth

With Flutter:

 $ flutter pub add server_auth

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

dependencies:
  server_auth: ^0.2.1

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

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Framework-agnostic authentication runtime capabilities for server ecosystems.

Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

cbor, crypto, crypto_keys, cryptography, einvoicesign, hashlib, http, http_parser, jose, pointycastle, server_contracts, x509, xml

More

Packages that depend on server_auth