I'm extremely stuck at the moment with authentication and Cloud Endpoints. I've looked at these two answers and I'm still unsure of how to approach this problem.
Google Cloud Endpoints and user's authentication
Custom Authentication for Google Cloud Endpoints (instead of OAuth2)
It seems like whenever I run into authentication, I'm thrown for a loop haha. Is there a guide or anything I could read on how to write custom authentication code for Cloud Endpoints? It seems Google is adamant that you use OAuth2, but I would rather not be stuck on Google accounts.
Basically, I'm just trying to have a simple, email/password authentication system from Android as well as a React frontend (both would be consuming the same API). Would either use the same or different approaches?
I'm so lost :|