RubyGems Navigation menu

auth0_rs256_jwt_verifier 0.0.1

Auth0 (https://auth0.com) is web service handling users identities which can be easily plugged into your application. It provides SDKs for many languages which enable you to sign up/in users and returns access token (JWT) in exchange. Access token can be used then to access your's Web Service. This gem helps you to verify (https://auth0.com/docs/api-auth/tutorials/verify-access-token#verify-the-signature) such access token which has been signed using the RS256 algorithm.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.0.2 - April 19, 2019 (14.5KB)
  2. 0.0.1 - August 19, 2017 (14KB)

Runtime依存関係 (2):

http ~> 2
json-jwt ~> 1.7

Development依存関係 (2):

minitest ~> 5
rake ~> 12

所有者:

作者:

  • Krzysztof Zielonka

SHA 256チェックサム:

60d14e20b5258a69ee50e09a074ca685963eac1658abb65619d7ec17361f47ed

累計ダウンロード数 31,363

このバージョンのみ 2,181

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: