project-rainstorm / rainstorm

The easiest way to own your cloud. Your data. Your cloud. Rainstorm.
Other
10 stars 5 forks source link

Add jwt #77

Closed WillHHippo closed 3 years ago

WillHHippo commented 3 years ago

Add jwt login functionality and protect all endpoints. Use javascript to ask for the token and then add it as a header

Note: This does not do refresh token or keep alive so when the jwt expires, you will need to login again.