and I know that I’ve asked this but did not got a full answer…
how can I pass some meta values back, what method should I override and how should I append to what object so this return object can have some custom information like the userGuid or LastLoginDate…
why do not create a new service to return the UserAuth information?
I think /Authentication is to authenticate user, i do not know if it can be used by “get”.
You can populate the AuthenticateResponse DTO with a Meta Dictionary of values inside a Response filter (i.e. check if dto is AuthenticateResponse) or if you’re using a Custom AuthProvider you can override Authenticate() and populate AuthenticateResponse Meta Dictionary there.