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

IBX-5314: Implemented token storage #217

Merged
merged 46 commits into from
Apr 5, 2023

Commits on Mar 15, 2023

  1. wip: TokenService

    Nattfarinn authored and ciastektk committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    1e58ce5 View commit details
    Browse the repository at this point in the history
  2. fix: strict_types

    Nattfarinn authored and ciastektk committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    c565714 View commit details
    Browse the repository at this point in the history
  3. Marked classes as final

    ciastektk committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    404e918 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dacbad View commit details
    Browse the repository at this point in the history
  5. Fixed constructor argument

    ciastektk committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    2d34fb9 View commit details
    Browse the repository at this point in the history
  6. Added Token/AbstractGateway

    ciastektk committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    4c7c2f3 View commit details
    Browse the repository at this point in the history
  7. Fixed Token services config

    ciastektk committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    4346d24 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6487797 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Deleted token.yaml

    ciastektk committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    96be6c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f32b1d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Fixed schema

    ciastektk committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    64aa8cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50a3a4f View commit details
    Browse the repository at this point in the history
  3. Fixed TokenService

    ciastektk committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    4a63a6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    357ca05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8540a49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9984fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69b725c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b60680 View commit details
    Browse the repository at this point in the history
  9. Fixed Gateways

    ciastektk committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    62ad314 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    0bc89b7 View commit details
    Browse the repository at this point in the history
  2. Added WebSafeGeneratorTest

    ciastektk committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    8710d85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8363aeb View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    e9c6d29 View commit details
    Browse the repository at this point in the history
  2. Added TokenServiceTest

    ciastektk committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    a2ea0fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3528b5e View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Update src/lib/Persistence/Legacy/Token/Gateway/Token/Doctrine/Doctri…

    …neGateway.php
    
    Co-authored-by: Paweł Niedzielski <pawel.niedzielski@ibexa.co>
    ciastektk and Steveb-p authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    b848680 View commit details
    Browse the repository at this point in the history
  2. Update src/lib/Persistence/Legacy/Token/Gateway/Token/Doctrine/Doctri…

    …neGateway.php
    
    Co-authored-by: Paweł Niedzielski <pawel.niedzielski@ibexa.co>
    ciastektk and Steveb-p authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    20eb642 View commit details
    Browse the repository at this point in the history
  3. Update src/lib/Persistence/Legacy/Token/Gateway/TokenType/Doctrine/Do…

    …ctrineGateway.php
    
    Co-authored-by: Paweł Niedzielski <pawel.niedzielski@ibexa.co>
    ciastektk and Steveb-p authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    4e49413 View commit details
    Browse the repository at this point in the history
  4. Update src/lib/Persistence/Legacy/Token/Gateway/TokenType/Doctrine/Do…

    …ctrineGateway.php
    
    Co-authored-by: Paweł Niedzielski <pawel.niedzielski@ibexa.co>
    ciastektk and Steveb-p authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    7e803d0 View commit details
    Browse the repository at this point in the history
  5. Update src/lib/Persistence/Legacy/Token/Gateway/TokenType/Doctrine/Do…

    …ctrineGateway.php
    
    Co-authored-by: Paweł Niedzielski <pawel.niedzielski@ibexa.co>
    ciastektk and Steveb-p authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    334e597 View commit details
    Browse the repository at this point in the history
  6. Update src/bundle/Core/Resources/config/storage/legacy/schema.yaml

    Co-authored-by: Paweł Niedzielski <pawel.niedzielski@ibexa.co>
    ciastektk and Steveb-p authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    e87468e View commit details
    Browse the repository at this point in the history
  7. [Code style] Fixed CS

    ciastektk committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    626936f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5641575 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    13e6155 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Fixed Exception messages

    ciastektk committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    42c6ea3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70c631f View commit details
    Browse the repository at this point in the history
  3. Fixed WebSafeGeneratorTest

    ciastektk committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    052aa05 View commit details
    Browse the repository at this point in the history
  4. Removed Token::fromArray

    ciastektk committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    b032ab5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61c2df5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0975d24 View commit details
    Browse the repository at this point in the history
  7. Update tests/lib/Token/RandomBytesGeneratorTest.php

    Co-authored-by: Paweł Niedzielski <pawel.niedzielski@ibexa.co>
    ciastektk and Steveb-p authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    37fb306 View commit details
    Browse the repository at this point in the history
  8. Update tests/lib/Token/WebSafeGeneratorTest.php

    Co-authored-by: Paweł Niedzielski <pawel.niedzielski@ibexa.co>
    ciastektk and Steveb-p authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    19d232d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    61e4f31 View commit details
    Browse the repository at this point in the history
  2. Fixed TokenServiceTest

    ciastektk committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    4e5d793 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47abdc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2982da0 View commit details
    Browse the repository at this point in the history