package
0.12.5
Repository: https://github.com/go-aah/aah.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package session provides HTTP state management library for aah framework.

# Functions

AcquireSubject method gets the subject from pool.
New method creates the security manager initial values and returns it.
ReleaseSubject method puts authenticatio info, authorization info and subject back to pool.

# Variables

Bcrypt password algorithm instance for Password generate and compare.
ErrAuthSchemeIsNil returned when given auth scheme instance is nil.
Pbkdf2 password algorithm instance for Password generate and compare.
Scrypt password algorithm instance for Password generate and compare.

# Structs

No description provided by the author
No description provided by the author
Subject instance represents state and security operations for a single application user.