-
Notifications
You must be signed in to change notification settings - Fork 39
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
Support Sign Up in the Login Flow #17
Comments
New Quest!A new Quest has been launched in @permitio’s repo. Loot of 150 USD has been stashed in this issue to reward the solver! 🗡 Comment ⚔️ When you submit a PR, comment Questions? Check out the docs. |
@quest-bot embark |
@35C4n0r has embarked on their Quest. 🗡
This is not an assignment to the issue. Please check the repo’s contribution guidelines before submitting a PR. Questions? Check out the docs. |
@quest-bot embark |
@AkashJana18, I have already started working on this issue :) |
Hey, @AkashJana18 , We are working on first come first serve for the issues, so I'm assining @35C4n0r for it. @35C4n0r please share your rough timeline, so we can add it here |
@gemanor, I've started working on this but need feedback from you. I tried the current login flow, but with a new user, it leads to issue with auth0 as we are stuck on |
@35C4n0r I believe it is related to https://auth0.com/docs/get-started/applications/confidential-and-public-applications/user-consent-and-third-party-applications Can you verify if it's redirect you to localhost before handling to consent page? |
@quest-bot embark |
@Rutik7066 has embarked on their Quest. 🗡
This is not an assignment to the issue. Please check the repo’s contribution guidelines before submitting a PR. Questions? Check out the docs. |
🧚 @Rutik7066 has submitted PR #27 and is claiming the loot. Keep up the pace, or you'll be left in the shadows. cc @35C4n0r Questions? Check out the docs. |
@gemanor I have found solution. Can you assign this to me? |
@quest-bot embark |
@gurugubellianil has embarked on their Quest. 🗡
This is not an assignment to the issue. Please check the repo’s contribution guidelines before submitting a PR. Questions? Check out the docs. |
@quest-bot embark |
1 similar comment
@quest-bot embark |
@coderkhushal has embarked on their Quest. 🗡
This is not an assignment to the issue. Please check the repo’s contribution guidelines before submitting a PR. Questions? Check out the docs. |
@quest-bot embark |
@vishwamartur has embarked on their Quest. 🗡
This is not an assignment to the issue. Please check the repo’s contribution guidelines before submitting a PR. Questions? Check out the docs. |
Related to permitio#17 Add support for user sign-up in the `permit login` flow. * **Login Flow Enhancements** - Add logic in `source/commands/login.tsx` to handle new user sign-ups and account creation during the login process. - Prompt users without an account to create a new workspace and project if none are found. - Update the state management to include the new sign-up flow. - Add API calls to create new workspace and project. * **End-to-End Tests** - Add e2e tests in `test.tsx` to cover the new sign-up flow. - Ensure proper functionality of the new sign-up flow.
🧚 @vishwamartur has submitted PR #32 and is claiming the loot. Keep up the pace, or you'll be left in the shadows. cc @gurugubellianil Questions? Check out the docs. |
Hey, @the-johnwick / @35C4n0r / @Rutik7066 has any of you found a solution for the consent issue? Want to share? |
@gemanor Check out my closed PR. I am travelling so I won't be able to make video. I have implemented the solution in the PR. Let me know If still issue persists. |
@Rutik7066 The PR should comply with the existing PR by @35C4n0r |
I'm assigning @35C4n0r as first come first serve here |
🧚 @35C4n0r has submitted PR #56 and is claiming the loot. Keep up the pace, or you'll be left in the shadows. cc @gurugubellianil Questions? Check out the docs. |
We want that users without Permit account to be able to create their workspace/project/environment while using the
permit login
flow.Acceptance Criteria:
permit login
command and do not an account is getting the option to create a new workspace and projectThe text was updated successfully, but these errors were encountered: