• Joe Bowers's avatar
    server: user management endpoints strictly conform to schema · 4c9bab08
    Joe Bowers authored
    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.
    4c9bab08
Name
Last commit
Last update
..
admin.go Loading commit data...
auth_middleware.go Loading commit data...
auth_middleware_test.go Loading commit data...
client_resource.go Loading commit data...
client_resource_test.go Loading commit data...
config.go Loading commit data...
discovery_resource.go Loading commit data...
discovery_resource_test.go Loading commit data...
email_verification.go Loading commit data...
email_verification_test.go Loading commit data...
error.go Loading commit data...
error_test.go Loading commit data...
http.go Loading commit data...
http_test.go Loading commit data...
password.go Loading commit data...
password_test.go Loading commit data...
register.go Loading commit data...
register_test.go Loading commit data...
serialization.go Loading commit data...
serialization_test.go Loading commit data...
server.go Loading commit data...
server_test.go Loading commit data...
testutil.go Loading commit data...
user.go Loading commit data...