You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2018. It is now read-only.
However this endpoint is already provided by the SDK. It doesn't cause any failures which is why it may have gone unnoticed. It simply overrides the user defined endpoint seen above, returns JSON instead of a web page, making the experience perplexing to new Stormpath users.
The text was updated successfully, but these errors were encountered:
Thinking about this a little more, the Stormpath Spring Boot Auto Configuration should be more mindful of User Configuration. This should probably fail at startup to remain consistent with Spring Boot behavior regarding conflicting Controller Endpoints.
The Spring Boot Tutorials tell the developer to create an endpoint with this path:
/me
However this endpoint is already provided by the SDK. It doesn't cause any failures which is why it may have gone unnoticed. It simply overrides the user defined endpoint seen above, returns JSON instead of a web page, making the experience perplexing to new Stormpath users.
The text was updated successfully, but these errors were encountered: