mirror of
https://forgejo.merr.is/annika/jwtauth.git
synced 2025-12-11 14:53:15 -05:00
Use test secret
This commit is contained in:
parent
5230a789a2
commit
4c4d95448b
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ var (
|
|||
)
|
||||
|
||||
func init() {
|
||||
TokenAuth = jwtauth.New("HS256", []byte("secretpass"), nil)
|
||||
TokenAuth = jwtauth.New("HS256", TokenSecret, nil)
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue