I like Google Cloud Endpoints but I do not want to use the OAUTH2 authentication with Google Accounts.
Instead, my idea is to create my own authentication. Upon successful login, I would like the client to receive a unique session key that it can then use for all authenticated future calls for a given period.
Is there some established way to do this with Google Cloud Endpoints? Or has someone achieved something similar themselves?
Thank you.