Regaez/grav-plugin-api

feat: authentication using OAuth

Regaez opened this issue · 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.