Auth0 Community OSS: auth0-ruby-api-samples

Auth0 Ruby API Samples

These samples demonstrate how to create an API with Ruby which only permits access to resources if a valid access token is included. This verification is done by validating the signature and claims in a JSON Web Token (JWT) signed by Auth0.

These samples do not demonstrate how to sign a JWT but rather assume that a user has already been authenticated by Auth0 and holds an access token for API access. For information on how to use Auth0 to authenticate users, see the docs.

https://github.com/auth0-community/auth0-ruby-api-samples

Let us know if you have any questions about the tool hosted in the repo either here or in the issues / PRs section of the repo!