Skip to content

Resolve "Feat: Implement JWT authentication"

Brage Halvorsen Kvamme requested to merge 7-feat-implement-jwt-authentication into main

Closes #7 (closed)

JWT token login and user creating works. Log out needs to be implemented.

API calls to every single path needs authentication. Only "/api/v1/auth/**" should need authentication

Merge request reports