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

Add API endpoints to manage OAuth2 Application (list/create/delete) #10437

Merged
merged 15 commits into from
Feb 29, 2020

Commits on Feb 25, 2020

  1. add API endpoint to create OAuth2 Application.

    Gustavo Marin committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    f1f2a57 View commit details
    Browse the repository at this point in the history
  2. move endpoint to /user. Add swagger documentations and proper respons…

    …e type.
    Gustavo Marin committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    a7d0c5c View commit details
    Browse the repository at this point in the history
  3. change json tags to snake_case. add CreateOAuth2ApplicationOptions to…

    … swagger docs.
    Gustavo Marin committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    a5ad56d View commit details
    Browse the repository at this point in the history
  4. change response status to Created (201)

    Gustavo Marin committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    f6c94fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23c45c0 View commit details
    Browse the repository at this point in the history
  6. add APIFormat convert method and file header

    Gustavo Marin committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    0355496 View commit details
    Browse the repository at this point in the history
  7. fixed header

    Gustavo Marin committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    f1b5342 View commit details
    Browse the repository at this point in the history
  8. hide secret on oauth2 application list

    Gustavo Marin committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    2c76176 View commit details
    Browse the repository at this point in the history
  9. add Created time to API response

    Gustavo Marin committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    c42988d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c296222 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c8b0c3c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    e979cb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d0c072 View commit details
    Browse the repository at this point in the history