Hi all,
If you’ve got any recommendations for good books and tutorials on learning OAuth 2.0 and using it to protect APIs built in Rails, please share. So far my own searching hasn’t turned up much sadly.
Thanks in advance for any help,
Eliot
Hi all,
If you’ve got any recommendations for good books and tutorials on learning OAuth 2.0 and using it to protect APIs built in Rails, please share. So far my own searching hasn’t turned up much sadly.
Thanks in advance for any help,
Eliot
Hey @eliotsykes, take a look at the Upcase API controllers upcase/app/controllers/api/v1 at master · thoughtbot/upcase · GitHub for some good examples for using the doorkeeper gem to protect the API.