Skip to content

Instantly share code, notes, and snippets.

@craigplummer
Created July 29, 2016 15:39
Show Gist options
  • Save craigplummer/d8f177d595fe620a1420794800d87587 to your computer and use it in GitHub Desktop.
Save craigplummer/d8f177d595fe620a1420794800d87587 to your computer and use it in GitHub Desktop.
Using Microsoft Azure AD for API Authentication with Rails and Warden - Gemfile
gem 'jwt', '~> 1.5.0'
gem 'warden', '~> 1.2.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment