Challenge Overview
@afrisalyp - We're working on some auth flow changes and could use some help. We've started work here:
https://github.com/topcoder-platform/topcoder-x-ui/pull/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:
https://github.com/appirio-tech/connect-app/pull/4082