-
Notifications
You must be signed in to change notification settings - Fork 1
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
Polina auth #2
Merged
Merged
Polina auth #2
Commits on Sep 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f74699 - Browse repository at this point
Copy the full SHA 3f74699View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26210b4 - Browse repository at this point
Copy the full SHA 26210b4View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 696db5e - Browse repository at this point
Copy the full SHA 696db5eView commit details -
добавлены модели для передачи/получения при взаимодействии с фронтендом
Configuration menu - View commit details
-
Copy full SHA for 45131f8 - Browse repository at this point
Copy the full SHA 45131f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fde7673 - Browse repository at this point
Copy the full SHA fde7673View commit details -
изменено имя проекта, чтобы соответствовать гитхабу
Configuration menu - View commit details
-
Copy full SHA for a83f3bb - Browse repository at this point
Copy the full SHA a83f3bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0075b7 - Browse repository at this point
Copy the full SHA e0075b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc548de - Browse repository at this point
Copy the full SHA dc548deView commit details -
added parsing and valifation to AuthRegisterPost | stable version
+ added parsing and valifation to AuthRegisterPost // validation in reg.go + renamed project
Configuration menu - View commit details
-
Copy full SHA for b82d133 - Browse repository at this point
Copy the full SHA b82d133View commit details -
Configuration menu - View commit details
-
Copy full SHA for e545620 - Browse repository at this point
Copy the full SHA e545620View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b09c9f - Browse repository at this point
Copy the full SHA 8b09c9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79d1a09 - Browse repository at this point
Copy the full SHA 79d1a09View commit details -
- added common InitValidErrorInField - added login model - added common check
Configuration menu - View commit details
-
Copy full SHA for b9b63dd - Browse repository at this point
Copy the full SHA b9b63ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 485c2d1 - Browse repository at this point
Copy the full SHA 485c2d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1ce458 - Browse repository at this point
Copy the full SHA f1ce458View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1bdbc8 - Browse repository at this point
Copy the full SHA f1bdbc8View commit details
Commits on Sep 27, 2024
-
Есть две ручки - регистрации и авторизации. - регистрация - - регистрирует пользователя - проставляет токен в куки - возвращает 200, если ок, иначе - 400 - аутентификация - - аутентифицирует пользователя, - проставляет токен в куки - возвращает 200, если ок, иначе - 400 Также создана общая middleware, которая аутентифицирует пользователя по куки, - если все ок, передает бизнес модель пользователя в контекст, - иначе, возвращает 401 Также создана middleware - для логирования - для передачи структуры бизнес-логики Также создан общий модуль логирования
Configuration menu - View commit details
-
Copy full SHA for d76f2c7 - Browse repository at this point
Copy the full SHA d76f2c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ce93a8 - Browse repository at this point
Copy the full SHA 2ce93a8View commit details
Commits on Sep 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 57838bb - Browse repository at this point
Copy the full SHA 57838bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08e46c1 - Browse repository at this point
Copy the full SHA 08e46c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90eb4a8 - Browse repository at this point
Copy the full SHA 90eb4a8View commit details
Commits on Sep 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d8aeffb - Browse repository at this point
Copy the full SHA d8aeffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe07538 - Browse repository at this point
Copy the full SHA fe07538View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14c4b24 - Browse repository at this point
Copy the full SHA 14c4b24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a0294b - Browse repository at this point
Copy the full SHA 0a0294bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0062fbd - Browse repository at this point
Copy the full SHA 0062fbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for da31c89 - Browse repository at this point
Copy the full SHA da31c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63ab203 - Browse repository at this point
Copy the full SHA 63ab203View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f599e8 - Browse repository at this point
Copy the full SHA 5f599e8View commit details
Commits on Sep 30, 2024
-
auth: moved init behavior to handler struct
- создана структура хэндлеров - behavior перенес в инит этой структуры - переименован модуль business
Configuration menu - View commit details
-
Copy full SHA for 5fe923a - Browse repository at this point
Copy the full SHA 5fe923aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ff7871 - Browse repository at this point
Copy the full SHA 0ff7871View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7e7996 - Browse repository at this point
Copy the full SHA c7e7996View commit details -
Configuration menu - View commit details
-
Copy full SHA for f03d87d - Browse repository at this point
Copy the full SHA f03d87dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 030738d - Browse repository at this point
Copy the full SHA 030738dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b717751 - Browse repository at this point
Copy the full SHA b717751View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.