I am going to get started with an application with a leisure API and I want to use apigility. Unfortunately, there is one problem with this idea. I cannot find a reliable source of information on how to enable oAuth authentication for regular users.
I need to provide access for an angular application and my own mobile (possibly in the future for third-party web applications). All the resources that I have found relate to providing api access for a specific client application, and not for specific users who use these applications. I do not want to implement two different authentication methods, so if there is a way to solve this problem with apigility, that would be great.
Do you have any suggestions on this? I know that I can generate a client identifier and a secret for all registered users, but this seams a little shitty decision, and I have a database schema already for storing user information.
Adam source
share