I've seen https://github.com/payloadcms/payload/discussions/10253
But I'm still not sure how I can return the user along with the /me endpoint when using custom strategy?
{"user":null,"message":"Account"}
Using oAuth: https://github.com/WilsonLe/payload-oauth2/blob/main/examples/google.ts
GitHub
Describe the Bug I'm using a Custom Strategy to login via OpenID without the login form: This is my auth file: import { type Payload, PayloadHandler, PayloadRequest, User, parseCookies, AuthStr...