We want to be able to authenticate users accessing the API.
Let's add a module that handles this. We should be able to plug this into any api and make it configurable so it can be required on certain routes.
Useful Links:
https://wordpress.org/plugins/oauth2-provider/
https://wp-oauth.com/support/documentation/
https://docs.google.com/document/d/13emoiM8ouIwoBPdNs-wueBCQQRFHD7GTPlYMpiI4trA/edit#
We want to be able to authenticate users accessing the API.
Let's add a module that handles this. We should be able to plug this into any api and make it configurable so it can be required on certain routes.
Useful Links:
https://wordpress.org/plugins/oauth2-provider/
https://wp-oauth.com/support/documentation/
https://docs.google.com/document/d/13emoiM8ouIwoBPdNs-wueBCQQRFHD7GTPlYMpiI4trA/edit#