Skip to content

Fix creation of new user with omniauth#2685

Open
foerster-finsternis wants to merge 1 commit intoComPlat:mainfrom
foerster-finsternis:issue-2683/omniauth-user
Open

Fix creation of new user with omniauth#2685
foerster-finsternis wants to merge 1 commit intoComPlat:mainfrom
foerster-finsternis:issue-2683/omniauth-user

Conversation

@foerster-finsternis
Copy link

@foerster-finsternis foerster-finsternis commented Sep 25, 2025

Fix #2683

  • rather 1-story 1-commit than sub-atomic commits

  • commit title is meaningful => git history search

  • commit description is helpful => helps the reviewer to understand the changes

  • code is up-to-date with the latest developments of the target branch (rebased to it or whatever) => ⏩-merge for linear history is favoured

  • added code is linted

  • tests are passing (at least locally): we still have some random test failure on CI. thinking of asking spec/examples.txt to be commited

  • in case the changes are visible to the end-user,  video or screenshots should be added to the PR => helps with user testing

  • testing coverage improvement is improved.

  • CHANGELOG :  add a bullet point on top (optional: reference to github issue/PR )

  • parallele PR for documentation  on docusaurus  if the feature/fix is tagged for a release

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.

Omniauth with OIDC does not create user

1 participant