You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removed `authResponse.HashedToken` field
- Improved error messages, log messages, and comments
- Improved error propagation
- Improve description of `--use-hashed-tokens` command line parameter
- Removed dead code
- Implemented test to make sure hashed version of tokens can not be
presented for authentication
s.log.Warn("found authorization without any token set during hashed token migration", zap.Uint64("ID", uint64(a.ID)), zap.String("description", a.Description))
309
+
s.log.Warn("during hashed token migration, found authorization without any token set", zap.Uint64("ID", uint64(a.ID)), zap.String("description", a.Description))
0 commit comments