All Projects → auth0-samples → Auth0 Express Api Samples

auth0-samples / Auth0 Express Api Samples

Licence: mit
Auth0 Integration Samples for Node Express REST API Services

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Auth0 Express Api Samples

Auth0 Python Api Samples
Auth0 Integration Samples for Python REST API Services using Flask
Stars: ✭ 70 (+2.94%)
Mutual labels:  api, quickstart, authentication, auth0
Auth0 Aspnetcore Webapi Samples
Auth0 Integration Samples for ASP.NET Core WebAPI Services
Stars: ✭ 109 (+60.29%)
Mutual labels:  api, quickstart, authentication, auth0
Auth0 Javascript Samples
Auth0 Integration Samples for Vanilla JavaScript Applications
Stars: ✭ 130 (+91.18%)
Mutual labels:  quickstart, authentication, auth0
Auth0 Nodejs Webapp Sample
Auth0 Integration Samples for Node Web Applications
Stars: ✭ 117 (+72.06%)
Mutual labels:  quickstart, authentication, auth0
Auth0 Angular Samples
Auth0 Integration Samples for Angular 2+ Applications
Stars: ✭ 227 (+233.82%)
Mutual labels:  quickstart, authentication, auth0
Securing Restful Apis With Jwt
How to secure a Nodejs RESTful CRUD API using JSON web tokens?
Stars: ✭ 301 (+342.65%)
Mutual labels:  api, express, authentication
Auth0 Vue Samples
Auth0 Integration Samples for Vue.js Applications
Stars: ✭ 215 (+216.18%)
Mutual labels:  quickstart, authentication, auth0
Express Mongodb Rest Api Boilerplate
A boilerplate for Node.js apps / Rest API / Authentication from scratch - express, mongodb (mongoose).
Stars: ✭ 153 (+125%)
Mutual labels:  api, express, authentication
React With Wordpress
🔥 Example of react application to access WordPress REST API
Stars: ✭ 137 (+101.47%)
Mutual labels:  api, express, authentication
Express Graphql Mongodb Boilerplate
A boilerplate for Node.js apps / GraphQL-API / Authentication from scratch - express, graphql - (graphql compose), mongodb (mongoose).
Stars: ✭ 288 (+323.53%)
Mutual labels:  api, express, authentication
Auth0 React Samples
Auth0 Integration Samples for React Applications
Stars: ✭ 672 (+888.24%)
Mutual labels:  quickstart, authentication, auth0
Vk To Telegram
Utility to forward posts from VK through callback API to telegram channel or chat
Stars: ✭ 24 (-64.71%)
Mutual labels:  api, express
Mean Angular5 Passport Authentication
Securing MEAN Stack (Angular 5) Web Application using Passport Authentication
Stars: ✭ 24 (-64.71%)
Mutual labels:  express, authentication
Outputcache
Cache api responses using Redis, Memcached or any cache provider for NodeJS
Stars: ✭ 9 (-86.76%)
Mutual labels:  api, express
Vue Auth0 Demo
Supporting resource for the article: Managing User Session And Refreshing Auth0 Tokens In a Vuejs Application (https://medium.com/@giza182/managing-user-session-and-refreshing-auth0-tokens-in-a-vuejs-application-65eb29c309bc. Shows how to manage and refresh auth0 tokens unobtrusively and without using a refresh token. Demo: http://bit.ly/2HFOrIo
Stars: ✭ 20 (-70.59%)
Mutual labels:  authentication, auth0
Kona
a node.js service framework built on koa.js (generators)
Stars: ✭ 23 (-66.18%)
Mutual labels:  api, express
Keystonejs Auth
A Secure Star Wars API developed with KeystoneJS
Stars: ✭ 13 (-80.88%)
Mutual labels:  authentication, auth0
Apicache
Simple API-caching middleware for Express/Node.
Stars: ✭ 957 (+1307.35%)
Mutual labels:  api, express
Oas Generator
NodeJS RESTful APIs scaffolding based OpenAPI 3.x specs using oas-tools and express.
Stars: ✭ 32 (-52.94%)
Mutual labels:  api, express
Node Quick Mock
🌞 基于Express的mock接口平台
Stars: ✭ 33 (-51.47%)
Mutual labels:  api, express

Auth0 Express API Samples

CircleCI

These samples demonstrate how to create an API with Express 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.

What is Auth0?

Auth0 helps you to:

  • Add authentication with multiple authentication sources, either social like Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce, amont others, or enterprise identity systems like Windows Azure AD, Google Apps, Active Directory, ADFS or any SAML Identity Provider.
  • Add authentication through more traditional username/password databases.
  • Add support for linking different user accounts with the same user.
  • Support for generating signed Json Web Tokens to call your APIs and flow the user identity securely.
  • Analytics of how, when and where users are logging in.
  • Pull data from other sources and add it to the user profile, through JavaScript rules.

Create a free Auth0 account

  1. Go to Auth0 and click Sign Up.
  2. Use Google, GitHub or Microsoft Account to login.

Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.

Author

Auth0

License

This project is licensed under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].