Hey, When you are implementing this login: https://auth0.com/docs/quickstart/webapp/golang/01-login You are not able to implement this authorization: https://auth0.com/docs/quickstart/backend/golang/01-authorization Because the access_token is store in session cookie which Extractor is not handling. If you want me to I can have a look, and implement this.