ory / fosite-example

Apache License 2.0
79 stars 34 forks source link

Example secret not 32 bytes #19

Closed mitar closed 4 years ago

mitar commented 4 years ago

https://github.com/ory/fosite-example/blob/master/authorizationserver/oauth2.go#L35

CoreStrategy: compose.NewOAuth2HMACStrategy(config, []byte("some-super-cool-secret-that-nobody-knows"), nil),