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

Improve authentication documentation #1086

Merged
merged 2 commits into from
Feb 7, 2023
Merged

Commits on Feb 7, 2023

  1. Document authentication more clearly

    This also updates the documentation to reflect the new public access approach, where not all requests need authentication.
    Mr0grog committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    2d2b206 View commit details
    Browse the repository at this point in the history
  2. Allow authentication in /api/v0/users/* routes

    This is mainly a convenience -- it's always been a minor pain point, and duplicating the authentication routes here lets the documentation page be interactive and allows users to try them out.
    Mr0grog committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    b3a42d2 View commit details
    Browse the repository at this point in the history