Skip to content
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

Add support for io.element.desktop scheme for OIDC #1662

Merged
merged 2 commits into from
May 13, 2024

Conversation

t3chguy
Copy link
Member

@t3chguy t3chguy commented May 10, 2024

No description provided.

t3chguy added 2 commits May 10, 2024 11:59
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Comment on lines -121 to -123
desktop: {
MimeType: "x-scheme-handler/element",
},
Copy link
Member Author

Choose a reason for hiding this comment

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

This can be removed as electron-builder now correctly specifies it from the protocol definition lower down

@t3chguy t3chguy marked this pull request as ready for review May 10, 2024 11:44
@t3chguy t3chguy requested a review from a team as a code owner May 10, 2024 11:44
@t3chguy t3chguy requested review from dbkr and MidhunSureshR May 10, 2024 11:44
@t3chguy t3chguy self-assigned this May 10, 2024
@t3chguy t3chguy merged commit 6c98dbe into develop May 13, 2024
31 checks passed
@t3chguy t3chguy deleted the t3chguy/fix-oidc-native-electron branch May 13, 2024 10:25
@@ -33,7 +34,7 @@ function processUrl(url: string): void {
// sanity check: we only register for the one protocol, so we shouldn't
Copy link
Member

Choose a reason for hiding this comment

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

we only register for the one protocol

This appears to be incorrect, ftr...

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

Successfully merging this pull request may close these issues.

3 participants