git4school / git4school-visu

Git4School, a dashboard for supporting teacher interventions in Software Engineering courses
https://git4school.firebaseapp.com/
Apache License 2.0
2 stars 3 forks source link

Protect Github access token #21

Open F0urchette opened 3 years ago

F0urchette commented 3 years ago

Description

As a user I want my Github access token to be protected So that nobody can use it to do actions on my repositories But I don't know a safer serverless way to keep it than how we do

Hints

We can look at server-side rendering technology (Angular Universal). It may be interesting to see if using the firebase service to dynamically get the token every time it is needed is a better solution

F0urchette commented 3 years ago

The user story about persistent connection could solve the problem