Giter VIP home page Giter VIP logo

next3-auth0's Introduction

next.js-auth0

a simple example that shows how to use next.js with auth0

You can access a simple demo here: https://nextjs-auth0.now.sh

Setup

  • Install yarn
  • Create an account at Auth0 (https://auth0.com)
  • Add your endpoints to your client's allowed urls like this
  • Add your logout endpoint to your account allowed urls like this
  • Copy the file config.sample.json at the root folder, rename it as config.json and add your Auth0 keys

Running Locally

git clone https://github.com/auth0-blog/next3-auth0.git
cd next3-auth0
yarn
yarn dev

Deploying to now.sh

If you want to deploy to now, make sure you update your package.json file's now.alias configuration key to your own alias.

next3-auth0's People

Contributors

clarencenpy avatar digitalmarc avatar impronunciable avatar luisrudge avatar pborreli avatar sebadoom avatar unicodeveloper avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

next3-auth0's Issues

Handling accessTokens / oauth2 flows

Hello,

Thank you for this great example.

  • If I need to use a google connection and have access to the access_token would you just save it in a cookie and in the localStorage ?
  • How would you handle token expiration ?

Another thought to use authorization_grant:
Do you think it's ok to use sessions to save tokens (access, id_token, refresh) on the server and setting id_token and access_token cookies for the client to use them when the page is loaded ?

thanks for your help !

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.