CDRH / api

Codenamed "Apium": An API to access all public Center for Digital Research in the Humanities resources
https://cdrhdev1.unl.edu/api_frontend
MIT License
3 stars 1 forks source link

Rails API Token Authentication w Devise #97

Open techgique opened 4 years ago

techgique commented 4 years ago

I came across an article that outlines how to set up token authentication for one's API: https://dev.to/risafj/guide-to-devisetokenauth-simple-authentication-in-rails-api-pfj

We've discussed the potential to need to add authentication if our API starts to see bulk usage by the public. This looks like a good place to start.