Hello,
I've recently been working on building a web app with authentication using
specific libraries and tooling that I wanted to use. I separated that part
out into a separate repo for my own reference later, and for anyone who
might find it useful.
https://github.com/bpringe/auth-template
Feat
On Mon, Jun 15, 2020 at 7:34 PM Ernesto Garcia wrote:
> Hi, it's a long time that this question was posted, but I have found it
> interesting in the implementation of token refreshes.
>
> First of all, for service invocation, given a `revise-oauth-token` method,
> I think this is good client code