grav-plugin-api icon indicating copy to clipboard operation
grav-plugin-api copied to clipboard

feat: authentication using OAuth

Open Regaez opened this issue 4 years ago • 0 comments

Currently, we only have Basic authentication type available to secure the API. There is an OAuth login plugin which allows authentication with several different providers.

It could be valuable to investigate whether or not we can integrate with this plugin to allow authentication of API request using Bearer type and an OAuth access token.

Regaez avatar Mar 19 '20 21:03 Regaez