serverpod_auth_client 2.5.1 copy "serverpod_auth_client: ^2.5.1" to clipboard
serverpod_auth_client: ^2.5.1 copied to clipboard

Serverpod authentication client.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add serverpod_auth_client
copied to clipboard

With Flutter:

 $ flutter pub add serverpod_auth_client
copied to clipboard

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

dependencies:
  serverpod_auth_client: ^2.5.1
copied to clipboard

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:serverpod_auth_client/serverpod_auth_client.dart';
copied to clipboard
14
likes
140
points
8.64k
downloads

Publisher

verified publisherserverpod.dev

Weekly Downloads

2024.09.27 - 2025.04.11

Serverpod authentication client.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

lints, serverpod_client

More

Packages that depend on serverpod_auth_client