vineyard-users
v0.3.28
Published
Vineyard users and login infrastructure
Downloads
16
Readme
Vineyard Users
Vineyard Users is a library that adds common user features to the Vineyard ecosystem. It is built on top of Vineyard Ground and Vineyard Lawn.
Features
- SQL session store.
- Password encryption.
- User creation, logging in, and logging out.
- Two factor authentication.
- User roles.
- Password reset
- Email verification
Structure
Vineyard Users is primarily divided into two parts:
User Manager - Provides basic initialization and storage of User and Session entities.
User Service - Provides User web service features, mostly revolving around authentication and session management.