Police-Data-Accessibility-Project / data-sources-app

An API and UI for using and maintaining the Data Sources database
MIT License
4 stars 5 forks source link

Update GitHub Access Token to JWT #515

Open maxachis opened 2 weeks ago

maxachis commented 2 weeks ago

Context

Rather than providing the Github Access Token directly (which cannot be expired), let's replace it with a JWT whose expiration we can set, so as to limit what is exposed to the outside world.

Requirements

Tests

Docs

Open questions