Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional example using Nextjs and Vanillajs #2

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on May 5, 2022

  1. move cra to sub folder

    Kevin Parrott committed May 5, 2022
    Configuration menu
    Copy the full SHA
    d35f16e View commit details
    Browse the repository at this point in the history
  2. add cra package-lock

    Kevin Parrott committed May 5, 2022
    Configuration menu
    Copy the full SHA
    83f2dd4 View commit details
    Browse the repository at this point in the history
  3. add top level config files

    Kevin Parrott committed May 5, 2022
    Configuration menu
    Copy the full SHA
    5c5e6cb View commit details
    Browse the repository at this point in the history
  4. nextjs app using implicit grant flow

    Kevin Parrott committed May 5, 2022
    Configuration menu
    Copy the full SHA
    7de0562 View commit details
    Browse the repository at this point in the history
  5. fix time math

    remove possible bad storage check
    Kevin Parrott committed May 5, 2022
    Configuration menu
    Copy the full SHA
    f5a8bf0 View commit details
    Browse the repository at this point in the history
  6. add vanillajs implicit grant example

    Kevin Parrott committed May 5, 2022
    Configuration menu
    Copy the full SHA
    8bf8c61 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. chain attribute setting

    Kevin Parrott committed May 6, 2022
    Configuration menu
    Copy the full SHA
    b0debbb View commit details
    Browse the repository at this point in the history
  2. switch to URLSearchParams from reduce

    Kevin Parrott committed May 6, 2022
    Configuration menu
    Copy the full SHA
    06aa69d View commit details
    Browse the repository at this point in the history
  3. add auth code flow api

    Kevin Parrott committed May 6, 2022
    Configuration menu
    Copy the full SHA
    509adc8 View commit details
    Browse the repository at this point in the history
  4. give option between auth code and implicit flow

    Kevin Parrott committed May 6, 2022
    Configuration menu
    Copy the full SHA
    862bdfc View commit details
    Browse the repository at this point in the history
  5. add README for next and vanilla

    Kevin Parrott committed May 6, 2022
    Configuration menu
    Copy the full SHA
    4784ad6 View commit details
    Browse the repository at this point in the history