ajout génération jwt local

This commit is contained in:
2021-01-19 07:21:15 +01:00
parent cf49499021
commit a148c7eb09
7 changed files with 84 additions and 7 deletions

View File

@@ -3,4 +3,6 @@ package main
func (s *server) routes() {
s.router.HandleFunc("/index", s.handleIndex()).Methods("GET")
s.router.HandleFunc("/oauth/redirect", s.handleRedirect()).Methods("GET")
s.router.HandleFunc("/test", s.handleTest()).Methods("POST")
}