mirror of
https://github.com/pawelmalak/snippet-box.git
synced 2025-12-21 13:23:05 +01:00
509 B
509 B
Implemented
- Login / logout / register
- Auto login (token valid 14 days)
- Roles (admin, user)
Planned features
- Guest access (read and search access to snippets marked as public)
- Generate token for raw snippet access
- Admin panel (right now admin and users share the same view)
By default, admin account is created with login admin@local.com and password snippet-admin. If there are any snippets in the database, they will be assigned to the admin as the owner.