Help ? __REDWOOD__AUTH_ GET_CURRENT_USER -- no Token

GraphQL execution started: __REDWOOD__AUTH_GET_CURRENT_USER

I’ve rw setup auth dbAuth and there is no session value passed to my ./api/src/lib/auth.ts getCurrentUser()

I’d built a phone-based authentication over rw 0.35 but I can’t find the tidbits in 0.38.3 that I need…

why does the call to getCurrentUser take no params in the AuthProvider – but then in the api it takes a session param?


ok, so I see we are doing a session cookie now… so I just have to figure out how to set the session cookie as opposed to setting the rw_jwt_user local storage value…

of course that assumes I can’t figure out (or be told :slight_smile: how to send down the rw_jwt_user value that my whole auth scheme was using before…

I’d rather be able to set the cookie after a successful authorization – that part is still working just fine…


ok, so I’m setting the cookie after a successful authorization

But I can’t find the cookie in my getCurrentUser()

How/Where is my cookie !!!

(who moved my cheese?)

1 Like