The main problem our current one has is that it doesn't support refresh tokens and we have no internal process yet that uses them so I'd be pitching over an incomplete controller service on that front.
On Fri, Mar 27, 2020 at 5:54 AM Pierre Villard <[email protected]> wrote: > Hey Mike, > > I don't have any opinion on this client (it looks good as far as I can > see), but I really look forward reviewing your PR. Such a controller > service would be a great addition! And if this controller service/client > can be used to integrate with all the APIs listed on the Github, that would > be really great! > > Thanks, > Pierre > > Le jeu. 26 mars 2020 à 22:37, Mike Thomsen <[email protected]> a > écrit : > > > We rolled our own basic OAuth2 controller service for our client, and > it's > > been approved for open source release. Before I clean it up and get it > > ready for a PR, I was wondering if anyone had any feedback on dedicated > > OAuth2 clients for Java like this one: > > > > https://github.com/scribejava/scribejava > > > > We're actually using this controller service in part of our flows, but it > > wouldn't be a problem for me to refactor it to use a toolkit if anyone > has > > a good recommendation other than Spring (we really don't want to bloat up > > the NAR like that if possible). > > > > Thanks, > > > > Mike > > >
