I want to get the access_token in the url after a redirection from AWS COGNITO in a "implicit" oauth flow. AWS Cognito redirect the browser to : https://mydomain/#access_token=xxxxx
I want to get the "access_token=xxxxx" part for storage, in a nuxt "middleware".
It doesn't seam to be in the "context.req" object. Where can I find it ?