Skip to content

Current-user-endpoint

Nils Brinckmann requested to merge 77-provide-user-info-endpoint into master

Issue #77 (closed)

This MR adds the endpoint to get the info about the current user. In order to not provide any more http methods (POST, PATCH, DELETE) this change is a very simple flask route, but it reuses the UserSchema in order to stay with the JSON:API Payload conventions.

I'm not totally happy with this implementation, but I thought it would be the easiest way to add this endpoint.

Merge request reports