4 lines
246 B
Go
4 lines
246 B
Go
// Package auth provides authentication and session management functionality.
|
|
// It includes secure session storage with in-memory caching and JSON persistence,
|
|
// user authentication against the database, and secure cookie handling.
|
|
package auth |