-
Notifications
You must be signed in to change notification settings - Fork 16
[$150] Auth flow changes #344
Comments
Contest https://www.topcoder.com/challenges/30144220 has been created for this ticket. |
Contest https://www.topcoder.com/challenges/30144220 has been updated - it has been assigned to afrisalyp. |
Should I use feature/Auth0-RS256-Token branch? |
@afrisalyp - Sure, thanks. |
I got this error after started the
|
@sachin-maheshwari ☝️ Any ideas? |
@jmgasper some ES6 standards are making that cause. I handled this through "esm" like - https://github.com/topcoder-platform/topcoder-x-ui/blob/feature/Auth0-RS256-Token/package.json#L14 . You can handle in different ways. |
@afrisalyp - I deployed these changes to @sachin-maheshwari - Can you have a look as well and let me know what you think please? We'll still need to update with the new login flow. |
Do you see screen like this? I got this error message
|
@jmgasper @afrisalyp check now. I changed in LONGIN_URL at aws end. |
@jmgasper i don't think new "refresh token" changes working. |
@jmgasper also, can we use our central lib for auth (instead of https://github.com/topcoder-platform/topcoder-x-ui/tree/develop/src/front/src/app/auth). Example- https://github.com/appirio-tech/connect-app/blob/test/auth0lib/package.json#L153 appirio-tech/connect-app#4082 |
@sachin-maheshwari - Login URL change looks to be working. I'm going to create new tickets for the refresh token and central lib stuff. |
Payment failed: [500]: Failed to get billing detail for the project. |
@afrisalyp - Sorry for the delay here. I'm hoping to get the billing code fixed ASAP. |
No problem. Thanks. |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30144220 |
@afrisalyp - We're working on some auth flow changes and could use some help. We've started work here:
#340
Basically, we're going to move from the "old" auth flow and HS256 token, to the "new" auth flow and RS256 token instead.
From Topcoder:
Logout and refresh are not working. Also code clean-up is required for decode and refresh logic. If possible lets use this lib - https://github.com/topcoder-platform/tc-auth-lib
The logout URL should look like:
https://accounts-auth0.topcoder-dev.com/?logout=true&retUrl=https%3A%2F%2Fx.topcoder-dev.com%2F
Topcoder provided this for reference:
appirio-tech/connect-app#4082
The text was updated successfully, but these errors were encountered: