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

Device Authorization Grant #1074

Merged
merged 59 commits into from
Mar 21, 2024

Commits on Nov 25, 2019

  1. Device Code grant

    lucadegasperi committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    48101dd View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Configuration menu
    Copy the full SHA
    2d3a176 View commit details
    Browse the repository at this point in the history
  2. fixing the response

    lucadegasperi committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    fb6cfd4 View commit details
    Browse the repository at this point in the history
  3. added verification uri

    lucadegasperi committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    080c37d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Fix Authorship

    lucadegasperi committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    2545475 View commit details
    Browse the repository at this point in the history
  2. Stycle CI fixes

    lucadegasperi committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    b5da0d2 View commit details
    Browse the repository at this point in the history
  3. phpstan fixes

    lucadegasperi committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    f4a8e79 View commit details
    Browse the repository at this point in the history
  4. more phpstan fixes

    lucadegasperi committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    a0749a5 View commit details
    Browse the repository at this point in the history
  5. fix

    lucadegasperi committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    699ddae View commit details
    Browse the repository at this point in the history
  6. last fix

    lucadegasperi committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    f44acde View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Configuration menu
    Copy the full SHA
    5fee7e4 View commit details
    Browse the repository at this point in the history
  2. Fix grant identifier in test

    Sephster committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    925944f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d87496 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4270a57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4819946 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1246f2 View commit details
    Browse the repository at this point in the history
  7. Add missing use statements

    Sephster committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    854849c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ad3c1d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. Fix phpstan errors

    Sephster committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    dfde596 View commit details
    Browse the repository at this point in the history
  2. Fix styling issues

    Sephster committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    d3f0a79 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Add slow down response

    Sephster committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    71693f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. Configuration menu
    Copy the full SHA
    a2ddfdc View commit details
    Browse the repository at this point in the history
  2. StyleCI fixes

    Sephster committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    eba69bb View commit details
    Browse the repository at this point in the history
  3. StyleCI fixes

    Sephster committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    7621652 View commit details
    Browse the repository at this point in the history
  4. Update composer dependencies

    Sephster committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    1c1e2cf View commit details
    Browse the repository at this point in the history
  5. trying to fix styleCI issue

    Sephster committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    9cb2dfe View commit details
    Browse the repository at this point in the history
  6. Fix brackets formatting

    Sephster committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    df1ed20 View commit details
    Browse the repository at this point in the history
  7. Fix bug

    Sephster committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    b10cec4 View commit details
    Browse the repository at this point in the history
  8. Fix bugs

    Sephster committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    8ac43b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

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

Commits on Aug 28, 2023

  1. Update flow and tests

    Sephster committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5e9444d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

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

Commits on Sep 25, 2023

  1. Update comment

    Sephster committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    2575a3e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Merge in v9-wip

    Sephster committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    c3f91e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Fix merge errors

    Sephster committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b35b931 View commit details
    Browse the repository at this point in the history
  2. Fix tests and styling

    Sephster committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    99835a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Merge v9-wip upstream branch

    Sephster committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    0ad7cc3 View commit details
    Browse the repository at this point in the history
  2. Fix composer file

    Sephster committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    29122db View commit details
    Browse the repository at this point in the history
  3. actually fix composer file

    Sephster committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b6e28fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4aaf7aa View commit details
    Browse the repository at this point in the history
  5. Fix typing error

    Sephster committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    93157f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Fix PHPStan errors

    Sephster committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    76cb886 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Fix all PHPStan errors

    Sephster committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    15c214d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

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

Commits on Mar 5, 2024

  1. add ability to set interval

    Sephster committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    0636d25 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    f8f15ef View commit details
    Browse the repository at this point in the history
  2. Remove uuid lib

    Sephster committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0bc83e5 View commit details
    Browse the repository at this point in the history
  3. Fix device code examples

    Sephster committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    67284de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8b5669 View commit details
    Browse the repository at this point in the history
  5. remove unusued import

    Sephster committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4345dae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2cf9fbb View commit details
    Browse the repository at this point in the history
  7. Fix a test exception

    Sephster committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e080cbf View commit details
    Browse the repository at this point in the history
  8. Update changelog

    Sephster committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b4fdc31 View commit details
    Browse the repository at this point in the history
  9. Update changelog

    Sephster committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6250531 View commit details
    Browse the repository at this point in the history
  10. Update PHP version support

    Sephster committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    616240f View commit details
    Browse the repository at this point in the history
  11. Revert docblock deletions

    Sephster committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    dde13a4 View commit details
    Browse the repository at this point in the history
  12. Update author

    Sephster committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    d00fbfc View commit details
    Browse the repository at this point in the history
  13. Update author

    Sephster committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3449fa8 View commit details
    Browse the repository at this point in the history
  14. revert erroneous edit

    Sephster committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    571843d View commit details
    Browse the repository at this point in the history