Commit Graph

8 Commits (master)

Author SHA1 Message Date
Aravinth Manivannan 371e56ab47
fix: set authentication session cookie and load middleware 2022-02-23 19:39:06 +05:30
Aravinth Manivannan 551a48d0c5
feat: embed templates in binary 2022-02-23 09:54:22 +05:30
Aravinth Manivannan 34e8d8851f
feat: login and register HTML pages 2022-02-21 02:22:01 +05:30
Aravinth Manivannan 2cf064d565
feat: setup embedding static files in binary 2022-02-21 02:19:56 +05:30
Aravinth Manivannan 9249dc3567
feat: setup cache busting for static assets 2022-02-21 02:15:38 +05:30
Aravinth Manivannan b7fe7ea5d5
chore: rename gists to gitpad 2022-02-20 19:21:28 +05:30
Aravinth Manivannan 4a8b72c7d5
chore: use crata::db::* to init DB connection in tests 2022-02-19 13:15:08 +05:30
Aravinth Manivannan 34a67a5535 feat: bootstarp gists
AUTHENTICATION

- Sign Up
- Sign IN

ACCOUNT
- Username Exists
- Email Exists
- Account delete
- Password update
- Email update
- Username update
- Get account secret
- Update secret

All routes are implemented with proper error handling and testing

CONFIGURATION
See ./config/default.toml for full list
2022-02-12 23:48:35 +05:30