cmd-johnson / deno-oauth2-client

Minimalistic OAuth 2.0 client for Deno.
MIT License
45 stars 9 forks source link

Add support for Cheetah framework #35

Open adoublef opened 1 year ago

adoublef commented 1 year ago

I have an issue open on their page already, but I wanted to to add here too as I am trying to figure how what may be causing the callback to fail. seems that its when the getToken method is called (authorization_code_grant.ts#L135).

The author states that the context.req.raw object is a Request object so it should work but having issues