GitXplorerGitXplorer
a

rack-jwt

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
42c299b8d2be9bcb8ce231aa4ca77ea4b0418295

use path info instead of path

aalexgenco committed 11 years ago
Unverified
db92a3125dd062b4da07cacab39324a9f69201aa

return WWW-Authenticate header on 401s for Grant (+ blank response body)

aalexgenco committed 11 years ago
Unverified
f4fc9c60df95e31d736934f677920ec7920a640e

return WWW-Authenticate header on 401s (missing in test)

aalexgenco committed 11 years ago
Unverified
ec6b51b0aea00047746b69193c718f764dfe0291

return WWW-Authenticate header on 401s

aalexgenco committed 11 years ago
Unverified
0b30215da30fcb556abbb4e8cbe1e37aa9b77879

extract into separate Grant and Authenticate middleware

aalexgenco committed 11 years ago
Unverified
34fe12333ccde1f060c1a201cd6c1cafef1d3e74

auth_path -> grant_path

aalexgenco committed 11 years ago

README

The README file for this repository.

Rack::Jwt

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'rack-jwt'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rack-jwt

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it (http://github.com/alexgenco/rack-jwt/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request