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

A module for Serinus applications that exposes the frontier package allowing you to use all the auth strategies.

Serinus Banner

Serinus Frontier #

Serinus Frontier is a plugin that allows you to use the Frontier library in your Serinus application.

Installation #

dart pub add serinus_frontier
copied to clipboard

Usage #

You can see the example usage in the example directory.

import 'package:serinus_frontier/serinus_frontier.dart';

class AppModule extends Module {

    AppModule() : super(
        imports: [FrontierModule([
            MyStrategy(
                MyStrategyOptions(), 
                (options, value, done) => done(value)
            )
        ])],
    );

}
copied to clipboard
1
likes
160
points
38
downloads

Publisher

verified publisherserinus.app

Weekly Downloads

2024.09.15 - 2025.03.30

A module for Serinus applications that exposes the frontier package allowing you to use all the auth strategies.

Homepage
Repository (GitHub)
Contributing

Topics

#server #httpserver #backend #web #authentication

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

frontier, serinus

More

Packages that depend on serinus_frontier