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

components$securitySchemes #57

Merged
merged 29 commits into from
Oct 4, 2023
Merged

components$securitySchemes #57

merged 29 commits into from
Oct 4, 2023

Commits on Sep 15, 2023

  1. Implement security_schemes.

    Closes #45.
    jonthegeek committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    d0e6c3b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

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

Commits on Sep 21, 2023

  1. Use collate.

    jonthegeek committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    eb7e30d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b89fd0 View commit details
    Browse the repository at this point in the history
  3. Clean test names.

    jonthegeek committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    cae3888 View commit details
    Browse the repository at this point in the history
  4. Document ouath classes.

    jonthegeek committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c0edec9 View commit details
    Browse the repository at this point in the history
  5. Lengths and as's.

    jonthegeek committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    71fe4d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Refactor.

    jonthegeek committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    74fb552 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    12c296f View commit details
    Browse the repository at this point in the history
  2. Standardize to "description".

    Vs "document" or "definition", per discussion on the open-api Slack.
    jonthegeek committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5f52944 View commit details
    Browse the repository at this point in the history
  3. Ouath2 tests.

    jonthegeek committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    808e2de View commit details
    Browse the repository at this point in the history
  4. Add as_security_scheme_collection()

    And most of its infrastructure.
    jonthegeek committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    093ab2e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    8af4d26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf158f9 View commit details
    Browse the repository at this point in the history
  3. Finish as_security_scheme().

    And standardize as_* documentation.
    jonthegeek committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    5c05c81 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

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

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    c7f0d41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71516a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    6bd1123 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    426ef22 View commit details
    Browse the repository at this point in the history
  3. Finish tests for flows.

    jonthegeek committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    da3f460 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a1b3b6 View commit details
    Browse the repository at this point in the history
  5. Add components.

    jonthegeek committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    89f6d14 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    6225593 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdda967 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b4cc91 View commit details
    Browse the repository at this point in the history
  4. Document components.

    jonthegeek committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    084ee03 View commit details
    Browse the repository at this point in the history
  5. Document as_oauth2_security_scheme

    And put everything into the _pkgdown.yml.
    jonthegeek committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    0f1769f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c22bb2 View commit details
    Browse the repository at this point in the history