Videos in category Frameworks


Railscasts #352: Securing an API

Railscasts #352: Securing an API

Posted in Frameworks, Podcasts, Development

There are many approaches to locking down an API. Here I start off with HTTP Basic authentication then move on to generating a unique token which can be passed through a URL parameter or HTTP header. Resources: Episode 350: REST API Versioning HTTP Basic Authentication HTTP Token Authentication OAuth Doorkeeper oauth2 rack-oauth2-server oauth2-provider

Tags: Rails, Railscasts, Development, Ruby, Frameworks, Ruby On Rails