Skip to content

website/docs: update discord social login script example#18026

Merged
BeryJu merged 1 commit intogoauthentik:mainfrom
TMUniversal:patch-3
Nov 11, 2025
Merged

website/docs: update discord social login script example#18026
BeryJu merged 1 commit intogoauthentik:mainfrom
TMUniversal:patch-3

Conversation

@TMUniversal
Copy link
Contributor

update the guild membership example to no longer cause an exception from a missing import.

Closes #18025

Details


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

update the guild membership example to no longer cause an exception from a missing import.

Closes goauthentik#18025


Signed-off-by: TMUniversal <10200399+TMUniversal@users.noreply.github.com>
@netlify
Copy link

netlify bot commented Nov 8, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit a529c44
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/690f4d32992bd00008d63aca
😎 Deploy Preview https://deploy-preview-18026--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Nov 8, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit a529c44
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/690f4d31cbe99f0008937380
😎 Deploy Preview https://deploy-preview-18026--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Nov 8, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit a529c44
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/690f4d32fe8de00008e43379
😎 Deploy Preview https://deploy-preview-18026--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link

codecov bot commented Nov 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.83%. Comparing base (7068d4d) to head (a529c44).
⚠️ Report is 32 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18026      +/-   ##
==========================================
+ Coverage   92.82%   92.83%   +0.01%     
==========================================
  Files         869      869              
  Lines       48040    48040              
==========================================
+ Hits        44591    44599       +8     
+ Misses       3449     3441       -8     
Flag Coverage Δ
e2e 45.21% <ø> (+0.41%) ⬆️
integration 23.13% <ø> (-0.06%) ⬇️
unit 91.07% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@dominic-r dominic-r left a comment

Choose a reason for hiding this comment

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

Good catch, Thanks

@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Nov 8, 2025
@dominic-r dominic-r enabled auto-merge (squash) November 8, 2025 18:14
@dominic-r dominic-r added backport/version-2025.8 Add this label to PRs to backport changes to version-2025.8 area:docs Features or issues related to Docusaurus backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10 labels Nov 9, 2025
@dominic-r
Copy link
Member

CI fails are unrelated to this issue. I'll rebase this branch once the issue is fixed.

Copy link
Contributor

@dewi-tik dewi-tik left a comment

Choose a reason for hiding this comment

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

Thanks for catching this!

@BeryJu BeryJu removed the backport/version-2025.8 Add this label to PRs to backport changes to version-2025.8 label Nov 11, 2025
@BeryJu BeryJu disabled auto-merge November 11, 2025 11:54
@BeryJu BeryJu merged commit 80b79ab into goauthentik:main Nov 11, 2025
144 of 177 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Nov 11, 2025
authentik-automation bot pushed a commit that referenced this pull request Nov 11, 2025
update the guild membership example to no longer cause an exception from a missing import.

Closes #18025

Signed-off-by: TMUniversal <10200399+TMUniversal@users.noreply.github.com>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.10 created: #18057

BeryJu pushed a commit that referenced this pull request Nov 11, 2025
…18026 to version-2025.10) (#18057)

website/docs: update discord social login script example (#18026)

update the guild membership example to no longer cause an exception from a missing import.

Closes #18025

Signed-off-by: TMUniversal <10200399+TMUniversal@users.noreply.github.com>
Co-authored-by: TMUniversal <10200399+TMUniversal@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:docs Features or issues related to Docusaurus backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Social Login with Discord example script causes exception

4 participants