cds-snc / sre-bot

Slack bot for site reliability engineering
MIT License
6 stars 0 forks source link

Adding JWT token and session checking api authentication #568

Closed sylviamclaughlin closed 2 months ago

sylviamclaughlin commented 2 months ago

Summary | Résumé

Adding JWT token that would expire after 30 minutes so that we can secure some of the endpoints. In order to request access, you the session user + JWT token will be checked.