Tagged Questions
4
votes
1answer
470 views
How can I secure my REST endpoint using a custom database and Basic Auth
I need to provide Google Earth users access to my REST endpoints. Currently there is a database that has the users and pwds as well as there roles. Roles determine what data in the website they can ...