Files
AstralRinth/apps/app/src/api/oauth_utils/mod.rs
Alejandro González 32793c50e1 feat(app): better external browser Modrinth login flow (#4033)
* fix(app-frontend): do not emit exceptions when no loaders are available

* refactor(app): simplify Microsoft login code without functional changes

* feat(app): external browser auth flow for Modrinth account login

* chore: address Clippy lint

* chore(app/oauth_utils): simplify `handle_reply` error handling according to review

* chore(app-lib): simplify `Url` usage out of MC auth module
2025-07-22 22:55:18 +00:00

4 lines
84 B
Rust

//! Assorted utilities for OAuth 2.0 authorization flows.
pub mod auth_code_reply;