4 lines
127 B
Go
4 lines
127 B
Go
// Package auth provides password hashing and secure token primitives used by
|
|
// Gardomatic authentication flows.
|
|
package auth
|