Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nexus/src/external_api/console_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ impl RelayState {
}
}

/// Ask the user to login to their identity provider
/// Prompt user login
///
/// Either display a page asking a user for their credentials, or redirect them
/// to their identity provider.
Expand Down Expand Up @@ -310,7 +310,7 @@ pub async fn login(
handler.await
}

/// Consume some sort of credentials, and authenticate a user.
/// Authenticate a user
///
/// Either receive a username and password, or some sort of identity provider
/// data (like a SAMLResponse). Use these to set the user's session cookie.
Expand Down
Loading