cl-password-store
provides a light-weight and extendible solution to
user/password management:
- safe password storage:
- password reset mechanism with one-time tokens (suitable for mailing to users for confirmation),
- user creation optionally with confirmation tokens (suitable for mailing to users),
- (obviously) user authentication.
Users can be identified by strings or by subclassing
user-token-mixin
.
The code is available under LLGPL at github.
For documentation check out the API documentation.
Cryptography