dex/server
Joe Bowers 4c9bab0890 server: user management endpoints strictly conform to schema
This change disables the URL fixing behavior or the router associated
with the user management schema. After this commit, URLS routing
to /api/$VERSION/users must target exactly the specified paths. In
addition, `/api/$VERSION/users/` will serve a 404

This change allows users to hit the user create endpoint, which
would previously serve a redirect rather than actually making the
associated change.
2015-09-24 16:41:29 -07:00
..
admin.go *: move original project to dex 2015-08-18 11:26:57 -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 cmd,server,static/html: Configurable name, logo 2015-09-02 18:00:28 -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 *: Remove unnecessary else statements 2015-09-04 22:45:32 +03: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 *: Remove unnecessary else statements 2015-09-04 22:45:32 +03: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: user management endpoints strictly conform to schema 2015-09-24 16:41:29 -07:00
server_test.go refresh: bcrypt raw bytes rather than base64 encoded string. 2015-09-02 14:23:20 -07:00
testutil.go cmd,server,static/html: Configurable name, logo 2015-09-02 18:00:28 -07:00
user.go server: user management endpoints strictly conform to schema 2015-09-24 16:41:29 -07:00