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

Autenticação / Cadastro #3

Open
gabrnunes opened this issue Oct 12, 2024 · 2 comments
Open

Autenticação / Cadastro #3

gabrnunes opened this issue Oct 12, 2024 · 2 comments

Comments

@gabrnunes
Copy link
Contributor

gabrnunes commented Oct 12, 2024

Ao comprar um ingresso ou se inscrever em um meetup, a pessoa recebe um e-mail pra completar o cadastro na plataforma da Codecon.

O login pode ser só por e-mail, recebendo um link de OTP. Ou a pessoa pode configurar o login com o Google ou GitHub. Essa issue também trata de pensar em como a autenticação vai funcionar.

Depois iremos criar um webhook que receberá os dados da plataforma de venda de ingressos para criar o "login do usuário".

Tabela attendees

id
created_at
updated_at
deleted_at
name
last_name
display_name
gender
email
mobile_phone
birth_date
city
state
linkedin
github
company
company_segment_id
position_id
position_level_id
ticket_system_user_id

Tabela company_segment

id
created_at
updated_at
deleted_at
name

Tabela position

id
created_at
updated_at
deleted_at
name

Tabela position_level

id
created_at
updated_at
deleted_at
name

Tabela programming_languages

id
created_at
updated_at
deleted_at
name

Tabela attendees_programming_languages

id
created_at
updated_at
deleted_at
programming_language_id
attendee_id
@gabrnunes gabrnunes changed the title Autenticação Autenticação / Cadastro Oct 12, 2024
@Markkop Markkop mentioned this issue Oct 25, 2024
@gabrnunes
Copy link
Contributor Author

Tutorial de como criar um onboarding

https://clerk.com/blog/add-onboarding-flow-for-your-application-with-clerk

@gabrnunes
Copy link
Contributor Author

Como eu entendo que deveria ser o fluxo:

image

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

No branches or pull requests

1 participant