dex/server
Stephan Renatus 231e571c3c
server/api: fix logging in VerifyPassword
Before:

    msg="api: password check failed : %vcrypto/bcrypt: hashedPassword is not the hash of the given password"

After:

    msg="api: password check failed : crypto/bcrypt: hashedPassword is not the hash of the given password"

Signed-off-by: Stephan Renatus <srenatus@chef.io>
2019-07-30 14:53:33 +02:00
..
internal *: regenerate proto 2017-12-01 11:29:33 -08:00
api.go server/api: fix logging in VerifyPassword 2019-07-30 14:53:33 +02:00
api_test.go Add VerifyPassword to API 2019-07-22 10:23:07 +02:00
doc.go initial commit 2016-07-26 15:51:24 -07:00
handlers.go server/{handler,oauth2}: cleanup error returns 2019-07-25 13:40:06 +02:00
handlers_test.go server: update health check endpoint to query storage periodically 2019-02-04 19:02:41 +00:00
oauth2.go *: fix some lint issues 2019-07-30 11:29:08 +02:00
oauth2_test.go Use connector_id param to skip directly to a specific connector 2019-07-22 10:47:11 -05:00
rotation.go *: fix some lint issues 2019-07-30 11:29:08 +02:00
rotation_test.go Remove the logrus logger wrapper 2019-02-22 21:31:46 +01:00
server.go *: fix some lint issues 2019-07-30 11:29:08 +02:00
server_test.go *: fix some lint issues 2019-07-30 11:29:08 +02:00
templates.go email scope only allows access to a user's email address 2017-12-17 12:08:19 -05:00
templates_test.go *: add theme based frontend configuration 2016-11-30 17:20:21 -08:00