Skip to content

update API endpoint summaries #1520

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

Merged
merged 3 commits into from
Jul 29, 2022
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