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

API based login flow #48

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 19, 2023

  1. Add API endpoints for start, collect, done and cancel

    Jimmy Bernljung committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    3119bf8 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Add messageShortName to json response

    Jimmy Bernljung committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    72f518a View commit details
    Browse the repository at this point in the history
  2. Allow for clients to choose which login flow to use based on querystr…

    …ing. Default to webview for backwards compatibility
    Jimmy Bernljung committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    cb50d3b View commit details
    Browse the repository at this point in the history
  3. Update README

    Jimmy Bernljung committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    ebf729a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Catch all exceptions when parsing BankidLoginFlow Enum

    Jimmy Bernljung committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    0e2a955 View commit details
    Browse the repository at this point in the history