Commit Graph

13 Commits

Author SHA1 Message Date
valitovgaziz fd9be2199c modified: begushiybashkir/bbvue/src/stores/auth.js
modified:   begushiybashkir/bbvue/src/stores/user.js
	modified:   begushiybashkir/bbvue/src/views/Login.vue
	modified:   begushiybashkir/bbvue/src/views/Register.vue
	modified:   serv_nginx/api_bb/.env
	modified:   serv_nginx/api_bb/cmd/main.go
	modified:   serv_nginx/api_bb/internal/handlers/auth.go
	modified:   serv_nginx/api_bb/internal/handlers/handlers.go
	modified:   serv_nginx/api_bb/internal/models/user.go
	modified:   serv_nginx/api_bb/internal/routes/routes.go
	modified:   serv_nginx/api_bb/internal/service/auth_service.go
	modified:   serv_nginx/api_bb/pkg/logger/logger.go
delete hash pass from auth_service
it is fix the not loging becouse dowble hash password was
password hash is in middlewares

	modified:   begushiybashkir/bbvue/src/stores/auth.js
	modified:   begushiybashkir/bbvue/src/stores/user.js
	modified:   begushiybashkir/bbvue/src/views/Login.vue
	modified:   begushiybashkir/bbvue/src/views/Register.vue
	modified:   serv_nginx/api_bb/.env
	modified:   serv_nginx/api_bb/cmd/main.go
	modified:   serv_nginx/api_bb/internal/handlers/auth.go
	modified:   serv_nginx/api_bb/internal/handlers/handlers.go
	modified:   serv_nginx/api_bb/internal/models/user.go
	modified:   serv_nginx/api_bb/internal/routes/routes.go
	modified:   serv_nginx/api_bb/internal/service/auth_service.go
	modified:   serv_nginx/api_bb/pkg/logger/logger.go
delete hash password from auth_server
becouse is dowble hash was
second hash is beforeCreatehash in User struct
2025-10-12 05:09:55 +05:00
valitovgaziz 1e725dddbc modified: serv_nginx/api_bb/internal/routes/routes.go
chnage rounter and mounts for fix health & check
2025-10-11 10:00:40 +05:00
valitovgaziz 68a88ad30c modified: serv_nginx/api_bb/internal/routes/routes.go
fix heach check
2025-10-11 09:52:51 +05:00
valitovgaziz 6ba5d57b68 modified: serv_nginx/api_bb/internal/routes/routes.go
change to authed router for user
2025-10-11 09:27:02 +05:00
valitovgaziz 3807d060a8 divide auth and users handlers 2025-10-11 09:21:30 +05:00
valitovgaziz a5ca98b549 update auth_service, add updateProfile method into interface
change main package to api_bb
2025-10-11 05:41:15 +05:00
valitovgaziz 700e404a06 add rest api for api_bb vue a lot of files 2025-10-09 05:59:40 +05:00
valitovgaziz 7ec95ab722 modified: internal/routes/routes.go
add to v1/check the check function
2025-10-08 04:26:16 +05:00
valitovgaziz d5e11e992a modified: internal/routes/routes.go
health rounter from "/" and v1 anather
2025-10-08 04:15:50 +05:00
valitovgaziz 8b0de935bc modified: internal/routes/routes.go
health rount and /v1
2025-10-08 04:13:24 +05:00
valitovgaziz dabec4a74b modified: internal/routes/routes.go
chage rount into api_bb delete dbouble api
2025-10-08 04:04:13 +05:00
valitovgaziz 5e77a36b6a new file: serv_nginx/api_bb/bin/bb_api
modified:   serv_nginx/api_bb/internal/routes/routes.go
	new file:   serv_nginx/api_bb/sqlite
add bb_api routing check endpoint and create Makefile
2025-10-08 01:15:53 +05:00
valitovgaziz 23d68e53ab add bb_api rest api for begushiybashkir 2025-10-07 05:23:40 +05:00