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 scopes to API to create token and display them #22989

Merged
merged 9 commits into from Feb 20, 2023

Commits on Feb 19, 2023

  1. Add scopes to API to create token and display them

    The API to create tokens is missing the ability to set the required scopes for tokens,
    and to show them on the API and on the UI.
    
    This PR adds this functionality.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    2a5ce25 View commit details
    Browse the repository at this point in the history
  2. as per reviews

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    4c792ba View commit details
    Browse the repository at this point in the history
  3. try-to-validate

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    734b60b View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Update models/auth/token_scope.go

    Co-authored-by: delvh <dev.lh@web.de>
    lunny and delvh committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    f595901 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de7b88d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97684ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    871d6ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    871cfef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8e6309 View commit details
    Browse the repository at this point in the history