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

[TIC-878] Resend email confirmation #51

Merged
merged 5 commits into from
Jun 10, 2024

Conversation

itailevi98
Copy link
Contributor

@itailevi98 itailevi98 commented Jun 5, 2024

Background

A new request has been added -- resend_email_confirmation. This will allow a user to resend an email confirmation for a created, unconfirmed user.

Usage

Here is a basic example usage of this request:

from propelauth_py import init_base_auth

auth = init_base_auth(
    AUTH_URL,
    API_KEY,
)
auth.resend_email_confirmation(<user ID>)

Copy link
Contributor

@pfvatterott pfvatterott left a comment

Choose a reason for hiding this comment

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

Tested and confirmed working. LGTM!

Copy link
Contributor

@mrmauer mrmauer left a comment

Choose a reason for hiding this comment

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

lgtm

def _invite_user_to_org(auth_url, integration_api_key, email, org_id, role, additional_roles=[]):
def _invite_user_to_org(
auth_url, integration_api_key, email, org_id, role, additional_roles=[]
):
Copy link
Contributor

Choose a reason for hiding this comment

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

just restyling

@itailevi98 itailevi98 force-pushed the TIC-878/Resend-email-confirmation-backend-api branch from 433e23c to 9cfaa23 Compare June 10, 2024 19:07
@itailevi98 itailevi98 merged commit ce4c947 into main Jun 10, 2024
1 check passed
@itailevi98 itailevi98 deleted the TIC-878/Resend-email-confirmation-backend-api branch June 10, 2024 19:08
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.

3 participants