Miska-Mynttinen / software-engineering-2-course-project

Apache License 2.0
1 stars 0 forks source link

Frontend: Add logged in user to browsers session cache (JSON web token when authentication is done) #29

Open Miska-Mynttinen opened 2 weeks ago

Miska-Mynttinen commented 2 weeks ago

Use this JSON web token and the username in the system to be the current user when creating or editing elements (Repository, Pipeline, Operator or Resource).

Miska-Mynttinen commented 2 weeks ago

Javascript has session storage and local storage. Use session storage.