rikulo_security 2.5.0 copy "rikulo_security: ^2.5.0" to clipboard
rikulo_security: ^2.5.0 copied to clipboard

A lightweight and highly customizable authentication and access-control framework for Rikulo Stream.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rikulo_security

With Flutter:

 $ flutter pub add rikulo_security

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

dependencies:
  rikulo_security: ^2.5.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:rikulo_security/plugin.dart';
import 'package:rikulo_security/security.dart';
0
likes
115
pub points
56%
popularity

Publisher

verified publisherquire.io

A lightweight and highly customizable authentication and access-control framework for Rikulo Stream.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

rikulo_commons, stream

More

Packages that depend on rikulo_security