Code2Gether-Discord / JokesOnYou

A learning project, A jokes website build as a team project.
12 stars 11 forks source link

Move JWT auth key to another location #178

Closed chrisK00 closed 2 years ago

chrisK00 commented 2 years ago

devenv_NwCAlMsKXV

Move this key to appsettings.development.json as of right now so each person dont have to set a secret. Update the TokenService to take in the configuration in order to load it from the .json file.