[GH-ISSUE #1680] Make a way to create a invitation ID without a need to send an email #8864

Closed
opened 2026-04-13 04:06:27 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @swapnachippagi on GitHub (Mar 4, 2025).
Original GitHub issue: https://github.com/better-auth/better-auth/issues/1680

Is this suited for github?

  • Yes, this is suited for github

current authClient.organization.inviteMember deps on sending email delivery, but it could be better just gets me the invitation it that i will generate and pass to existing members in my team trough slack or whatsapp

Thank you

Describe the solution you'd like

similar like invite now , generic link would be best here, users can care about distribution later

Describe alternatives you've considered

just send email

Additional context

No response

Originally created by @swapnachippagi on GitHub (Mar 4, 2025). Original GitHub issue: https://github.com/better-auth/better-auth/issues/1680 ### Is this suited for github? - [ ] Yes, this is suited for github ### Is your feature request related to a problem? Please describe. current authClient.organization.inviteMember deps on sending email delivery, but it could be better just gets me the invitation it that i will generate and pass to existing members in my team trough slack or whatsapp Thank you ### Describe the solution you'd like similar like invite now , generic link would be best here, users can care about distribution later ### Describe alternatives you've considered just send email ### Additional context _No response_
GiteaMirror added the locked label 2026-04-13 04:06:27 -05:00
Author
Owner

@Verzach3 commented on GitHub (Mar 29, 2025):

I need this, also list the invitations the user has

<!-- gh-comment-id:2763058191 --> @Verzach3 commented on GitHub (Mar 29, 2025): I need this, also list the invitations the user has
Author
Owner

@palmithor commented on GitHub (Apr 20, 2025):

Echo this, allowing people to join without getting an email sent by browsing to a link would be awesome.

Join by QR code could be easily implemented then for example.

This can be done atm by inserting directly into the database but I feel like that's a bit risky for obvious reasons.

<!-- gh-comment-id:2817080008 --> @palmithor commented on GitHub (Apr 20, 2025): Echo this, allowing people to join without getting an email sent by browsing to a link would be awesome. Join by QR code could be easily implemented then for example. This can be done atm by inserting directly into the database but I feel like that's a bit risky for obvious reasons.
Author
Owner

@Kinfe123 commented on GitHub (Jun 1, 2025):

You can use the delivery options in the callback method we provide—for example, sending the data to Slack or another service of your choice. It’s not limited to just email; you can pass the data to any delivery method you prefer directly from the callback.

<!-- gh-comment-id:2926862952 --> @Kinfe123 commented on GitHub (Jun 1, 2025): You can use the delivery options in the callback method we provide—for example, sending the data to Slack or another service of your choice. It’s not limited to just email; you can pass the data to any delivery method you prefer directly from the callback.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#8864