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

CodeSandbox setup #50

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

CodeSandbox setup #50

wants to merge 14 commits into from

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    fc2d2e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    d1a8db4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d85d0ba View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. new login workflow with POST request in new window

    Lenz Weber-Tronic committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    e0a53c9 View commit details
    Browse the repository at this point in the history
  2. websocket support for session defaultCountryCode

    Lenz Weber-Tronic committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    ef8fb82 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. use cookie for token

    Lenz Weber-Tronic committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    215bf47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3efd81 View commit details
    Browse the repository at this point in the history
  3. minor cookie tweaks

    Lenz Weber-Tronic committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    96123c6 View commit details
    Browse the repository at this point in the history
  4. implement logout

    Lenz Weber-Tronic committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    6a9e3af View commit details
    Browse the repository at this point in the history
  5. server: refresh token

    Lenz Weber-Tronic committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    db03030 View commit details
    Browse the repository at this point in the history
  6. persist sessions to disk through dev mode restarts

    Lenz Weber-Tronic committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    9dd5cdc View commit details
    Browse the repository at this point in the history
  7. have the client try to refresh the token

    Lenz Weber-Tronic committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    e969daa View commit details
    Browse the repository at this point in the history
  8. catch errors like the "no env variable set" error in the reauthentica…

    …tion endpoint
    Lenz Weber-Tronic committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    3534198 View commit details
    Browse the repository at this point in the history
  9. logout also clears refresh token

    Lenz Weber-Tronic committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    391da79 View commit details
    Browse the repository at this point in the history