jaguar_auth 0.11.0 jaguar_auth: ^0.11.0 copied to clipboard
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:
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.