dex/server
Eric Chiang 8be9396811 registration: trim spaces and sanity check user email from form
When a user attempts to register an email, trim prefixed and
trailing spaces, then perform a basic sanity check to ensure it's
of form "test@example.com".

Fixes #163
2015-12-01 10:20:00 -08:00
..
admin.go server, integration, cmd: Protect Admin API 2015-10-01 13:15:45 -07:00
auth_middleware.go *: Remove unnecessary else statements 2015-09-04 22:45:32 +03: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 server: endpoint and system for sending invitations to dex 2015-11-18 14:24:19 -08: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 various: spelling, logging, and commentary cleanup 2015-11-11 10:04:54 -08: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: endpoint and system for sending invitations to dex 2015-11-18 14:24:19 -08:00
http_test.go server,cmd: Add flag for disabling registation 2015-09-30 16:35:58 -07:00
invitation.go server: endpoint and system for sending invitations to dex 2015-11-18 14:24:19 -08:00
invitation_test.go server: endpoint and system for sending invitations to dex 2015-11-18 14:24:19 -08:00
password.go server: spelling of error message 2015-11-11 10:04:54 -08:00
password_test.go server: endpoint and system for sending invitations to dex 2015-11-18 14:24:19 -08:00
register.go registration: trim spaces and sanity check user email from form 2015-12-01 10:20:00 -08:00
register_test.go registration: trim spaces and sanity check user email from form 2015-12-01 10:20:00 -08: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: endpoint and system for sending invitations to dex 2015-11-18 14:24:19 -08:00
server_test.go refreshtoken: return base64 encoded token for in-memory backend. 2015-10-12 14:51:52 -07:00
testutil.go server: endpoint and system for sending invitations to dex 2015-11-18 14:24:19 -08:00
user.go server: expose user disable API endpoint 2015-09-29 16:46:30 -07:00