I am building a free api to share local news however I want the api user must register first at for example my website so that an API key and API secret can be generated for them to use while making request to my API.
I know how to secure a web api with Oauth 2.0 and generating a token and storing it which is later used on subsequent requests but I strongly think this does not apply in my case. Please point me out to a tutorial on how I can do this.
Thanks.