Skip to content

Add login functionality#945

Draft
gregmagolan wants to merge 1 commit intomainfrom
login
Draft

Add login functionality#945
gregmagolan wants to merge 1 commit intomainfrom
login

Conversation

@gregmagolan
Copy link
Member

@gregmagolan gregmagolan commented Feb 27, 2026

Adds PKCE login support. WIP.

@gregmagolan gregmagolan force-pushed the login branch 2 times, most recently from ecb6d14 to 1ab7bb4 Compare February 27, 2026 15:20
// 3. Must work outside any repository
let args: Vec<String> = std::env::args().collect();
if args.get(1).map(|s| s.as_str()) == Some("auth") {
return auth::handle(args).await;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you think of exposing the authentication as ctx.auth api and implement the rest in AXL?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could do this yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants