How to access the request event from within @sidebase/nuxt-auth NuxtAuthHandler?
I'd like to access the request event from within NuxtAuthHandler callbacks. I need this in order to set additional cookies / or access objects on
This was one of the attempts I tried:
However, this results in the following error:
What's an alternative to access the request event in this case?
event.context.This was one of the attempts I tried:
However, this results in the following error:
What's an alternative to access the request event in this case?
