RubyGems Navigation menu

http-token-auth 0.1.2

Ruby gem to handle the HTTP Token Access Authentication draft specification, for securing HTTP-based service and microservice architectures using token credentials. It supports both parsing and building a HTTP "Authentication" request header and a "WWW-Authenticate" response header using the token scheme. Rather than being a complete opinionated authentication solution that only works with Rails or a specific HTTP framework, this library aims to be minimalistic and unobtrusive. This allows more flexibility and makes it compatible with virtually any HTTP servers and clients that run on the Ruby platform. This library does not authenticate users nor provide methods for obtaining token credentials. For that you can use another protocol, such as OAuth - http://tools.ietf.org/html/rfc5849.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.1.3 - March 29, 2016 (7.5 KB)
  2. 0.1.2 - March 29, 2016 (8 KB)
  3. 0.1.1 - March 29, 2016 (7 KB)
  4. 0.1.0 - March 28, 2016 (7 KB)
  5. 0.0.1 - March 27, 2016 (6.5 KB)

Development Dependencies (2):

bundler ~> 1.11
rake ~> 10.0

Owners:

Authors:

  • Felipe Dornelas

SHA 256 checksum:

4db1c11b7e3f8ab62fb8a230933123a2efe0e8f2e4ff987b32c17a800cf4abf7

Total downloads 13,149

For this version 1,869

License:

MIT

Required Ruby Version: >= 2.0.0

Links: