dex/server
Yifan Gu 44c6cb44f5 refresh: bcrypt raw bytes rather than base64 encoded string.
This enables us to control the length of the bytes that will be bcrypted,
by default it's 64.

Also changed the token's stored form from string('text') to []byte('bytea')
and added some test cases for different types of invalid tokens.
2015-09-02 14:23:20 -07:00
..
admin.go *: move original project to dex 2015-08-18 11:26:57 -07:00
auth_middleware.go *: move original project to dex 2015-08-18 11:26:57 -07:00
auth_middleware_test.go *: move original project to dex 2015-08-18 11:26:57 -07:00
client_resource.go *: move original project to dex 2015-08-18 11:26:57 -07:00
client_resource_test.go *: move original project to dex 2015-08-18 11:26:57 -07:00
config.go cmd, server: base64 encode multiple secrets 2015-08-26 10:43:24 -07:00
discovery_resource.go *: move original project to dex 2015-08-18 11:26:57 -07:00
discovery_resource_test.go *: move original project to dex 2015-08-18 11:26:57 -07:00
email_verification.go *: move original project to dex 2015-08-18 11:26:57 -07:00
email_verification_test.go *: move original project to dex 2015-08-18 11:26:57 -07:00
error.go *: move original project to dex 2015-08-18 11:26:57 -07:00
error_test.go *: move original project to dex 2015-08-18 11:26:57 -07:00
http.go server: check scope in requests. 2015-08-31 13:51:59 -07:00
http_test.go server: check scope in requests. 2015-08-31 13:51:59 -07:00
password.go *: move original project to dex 2015-08-18 11:26:57 -07:00
password_test.go server: check scope in requests. 2015-08-31 13:51:59 -07:00
register.go *: move original project to dex 2015-08-18 11:26:57 -07:00
register_test.go server: check scope in requests. 2015-08-31 13:51:59 -07:00
serialization.go *: move original project to dex 2015-08-18 11:26:57 -07:00
serialization_test.go *: move original project to dex 2015-08-18 11:26:57 -07:00
server.go server: check scope in requests. 2015-08-31 13:51:59 -07:00
server_test.go refresh: bcrypt raw bytes rather than base64 encoded string. 2015-09-02 14:23:20 -07:00
testutil.go *: move original project to dex 2015-08-18 11:26:57 -07:00
user.go *: move original project to dex 2015-08-18 11:26:57 -07:00