jaguar_auth 0.11.0 copy "jaguar_auth: ^0.11.0" to clipboard
jaguar_auth: ^0.11.0 copied to clipboard

outdatedDart 1 only

Authentication interceptors and helper functions for Jaguar

jaguar_auth #

Authentication interceptors and helper functions for Jaguar. This package builds on Session infrastructure provided by jaguar.

This package provides three types of authentication:

  1. Basic auth
  2. Form auth
  3. JSON auth

And an Authorizer.

Basic auth #

BasicAuth performs authentication based on basic authentication.

It expects base64 encoded "username:password" pair in "authorization" header with "Basic" scheme.

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Authentication interceptors and helper functions for Jaguar

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

auth_header, crypto, jaguar, jaguar_common, jaguar_jwt, matcher

More

Packages that depend on jaguar_auth