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

Next #2

Merged
merged 32 commits into from
Aug 4, 2024
Merged

Next #2

merged 32 commits into from
Aug 4, 2024

Conversation

nk-coding
Copy link
Collaborator

  • remove username password flow
  • add PKCE (required)
  • use public/private key JWT signing/verification
  • add GitHub/Jira cloud token strategy
  • host frontend directly by login service
  • add schema for strategy instance configuration
  • add endpoint to read (admin) censored strategy instance configuration
  • move to /auth root endpoint
  • display error messages for failed login/register events
  • make redirect URLs required

@nk-coding nk-coding requested a review from spethso July 27, 2024 15:30
@nk-coding nk-coding self-assigned this Jul 27, 2024
Copy link
Member

@spethso spethso left a comment

Choose a reason for hiding this comment

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

Please double check the public and private key comment

backend/.env.dev Outdated Show resolved Hide resolved
}
if (
state.activeLogin.nextExpectedRefreshTokenNumber !=
ActiveLogin.LOGGED_IN_BUT_TOKEN_NOT_YET_RETRIVED + (state.secondToken ? 2 : 0)
Copy link
Member

Choose a reason for hiding this comment

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

What do the numbers mean? Would it make sense to change them to something clearer?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

added a comment with b950100

@nk-coding nk-coding requested a review from spethso August 2, 2024 00:53
@nk-coding nk-coding merged commit 7fcccca into main Aug 4, 2024
2 checks passed
@nk-coding nk-coding deleted the next branch August 4, 2024 07:24
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.

2 participants