fix(docs): make it clearer that bearer auth is a thing (#3031)

This commit is contained in:
James Hodgkinson 2024-09-14 20:59:11 +10:00 committed by GitHub
parent 3819d21593
commit 5b699c242b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,6 @@
# Authentication Flow # User Authentication Flow
This authentication flow is for interactive users. If you're using a [service account](../../accounts/service_accounts.md), use [Bearer authentication](../../accounts/service_accounts.html#api-tokens-with-kanidm-httpsrest-api) with the token.
1. Client sends an init request. This can be either: 1. Client sends an init request. This can be either:
1. `AuthStep::Init` which just includes the username, or 1. `AuthStep::Init` which just includes the username, or