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

Fixed id_token being taken from the wrong place #280

Merged
merged 4 commits into from
Nov 16, 2024

Conversation

BatuevIO
Copy link
Contributor

Изменения

  • Вместо code из URL теперь id_token забирается из ошибки, как и должно быть.
  • Теперь в /registration для нового аккаунта передается корректный id_token

@BatuevIO BatuevIO changed the title fix getting id_token from login error and passing it to register Fixed id_token being taken from the wrong place Nov 16, 2024
physphile and others added 2 commits November 16, 2024 23:02
## Изменения
<!-- Опишите здесь на языке, понятном каждому, изменения, сделанные в
исходном коде по пунктам. -->

## Детали реализации
<!-- Здесь можно описать технические детали по пунктам. -->

## Check-List
<!-- После сохранения у следующих полей появятся галочки, которые нужно
проставить мышкой -->
- [ ] Вы проверили свой код перед отправкой запроса?
- [ ] Вы написали тесты к реализованным функциям?
- [ ] Вы не забыли применить форматирование `black` и `isort` для
_Back-End_ или `Prettier` для _Front-End_?

Co-authored-by: Artem Netsvetaev <[email protected]>
## Изменения

---------

Co-authored-by: Artem <[email protected]>
Co-authored-by: Artem Netsvetaev <[email protected]>
@fizfakovets fizfakovets merged commit 621fdd5 into main Nov 16, 2024
2 checks passed
@fizfakovets fizfakovets deleted the fix-oauth-new-account branch November 16, 2024 20:04
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.

При попытке создать аккаунт через оаутх происходит ошибка
3 participants