Joel Warrington
Joel Warrington
Sounds good - I'll look at getting up a PR in the next day or so. --- You previously mentioned using a similar approach to the lookup chain in Action...
hey @Spone what do you think? would you be onboard with that approach? would be nice to be aligned before I whip something up
No worries! I'll go ahead with my approach then. 👍 feel free to assign this issue to me if you'd like
@ci-vamp yeah, that's the same issue I encountered. can you confirm that you've allowed the refresh token grant type on your app in auth0? You'll also need to enable offline...
Oh, you'll also need to use the oauth scope for refresh tokens (I used env variables to do this)
To be clear, in your configuration the refresh tokens will expire 30 seconds after login (as it's set as absolute). You might want to try increasing the duration for the...
hey @punksta / @EvGreen I'd suggest writing a new issue describing your problem and how to reproduce so that the library maintainers can see it. :)