CollActionteam / collaction_backend

Backend code for CollAction
6 stars 4 forks source link

Unsigned JWT for testing #56

Closed rubenhorn closed 2 years ago

rubenhorn commented 2 years ago

If the template parameter for FirebaseProjectId is empty, allow unsigned JWTs for easier testing.

rubenhorn commented 2 years ago

See AWS documentation.

Maybe it is possible to omit the issuer and use unsigned JWTs. Otherwise we need to set up our own page hosting the JWK and make it convenient to generate JWTs for testing.