fridaysforfuture / forest-api

0 stars 1 forks source link

JWT Authentication Support #8

Closed VincentWo closed 4 years ago

VincentWo commented 4 years ago

This is the basic for JWT Authentication. Every modifying request now needs an JWT and the owner of an entry get saved into the Database. The api does not test yet whether modifying requests are coming from the owner, but I want to merge this into master first and wait for mongoose Support to add these features.