RailsCasts
RailsCasts
Ryan Bates
#352 Securing an API
7 minutes Posted May 23, 2012 at 12:00 am.
0:00
7:42
Download MP3
Show notes
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.