I am creating a simple web api that returns json.
It will perform simple crud operations.
What is the best way to authenticate users, OAuth seems to be the main recommendation here, but I'm looking for something that I can implement myself, a token-based key and API?
Any advice on suggestions for ideas would be great, thanks
UPDATE: Forgot to mention, this API will not be for general consumption, it is only for my own use, but I want to make sure that someone cannot enter too easily if they stumble upon it.
security api web
Rigertt song
source share