Hi there,
I have a project idea involving accessing a REST API which is secured via "OAuth2 Authorization Code Grant Flow".
I thought that this is a somehow normal use case and was a bit surprised that I was not able to find a generic/widespread library which handles authorization, token retrieval and renewal.
Is there such a thing?