Regaez / grav-plugin-api

A REST API plugin for GravCMS
MIT License
27 stars 6 forks source link

feat: authentication using OAuth #68

Open Regaez opened 4 years ago

Regaez commented 4 years ago

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.