Pinned Repositories
coding-interview-university
A complete computer science study plan to become a software engineer.
api-gateway
auth_pro_service
b-protos
book_pro_service
book_protos
bookshop
bpro_api_gateway
ClickHouse
ClickHouse® is a free analytics DBMS for big data
code-learn-bot
husanmusa's Repositories
husanmusa/mysite1
husanmusa/finators
husanmusa/book_pro_service
husanmusa/bpro_api_gateway
husanmusa/auth_pro_service
husanmusa/book_protos
husanmusa/mh_api_gateway
husanmusa/med-appointment-service
husanmusa/mh_protos
husanmusa/coding-interview-university
A complete computer science study plan to become a software engineer.
husanmusa/standard-readme
A standard style for README files
husanmusa/ClickHouse
ClickHouse® is a free analytics DBMS for big data
husanmusa/uusd-uz
UUSD codes of Uzbekistan
husanmusa/pro-book-service-api_gateway
husanmusa/pro-book-service
husanmusa/code-learn-bot
husanmusa/login-signup
login-signup app.
husanmusa/golang-united-school-homework-2
husanmusa/golang-united-school-homework-1
husanmusa/bookshop
husanmusa/b-protos
husanmusa/to-do-service1
husanmusa/api-gateway
husanmusa/JWT-Authentication-Go-Rest-API
This is the JWT Authentication program, used PostgreSQL database, Gin web framework, WebSocket. Steps you need to do: Sign-up: POST your email, if your email exits in my database, you will get 400-Bad Request. If not, then you will get 200-OK and also I will send you password in UUID form. Login: POST your email and password that I sent you. If your email and password will not be wrong, you will get JSON Web Token. Change Password: POST your email, your current password the password that I sent your email, and your new password. If everything is fine, you will get new JSON Web Token. Echo: Verify with new JSON Web Token, using "accessToken" header.