mgroves / realworld-aspnet-couchbase

Conduit implementation: ASP.NET Core + Couchbase
https://realworld.io
MIT License
12 stars 4 forks source link

Endpoint: Get Current User #3

Open mgroves opened 1 year ago

mgroves commented 1 year ago

Get Current User GET /api/user

Authentication required, returns a User that's the current user

mgroves commented 1 year ago

still needs integration tests