Categorygithub.com/sandipbera35/jwt_authservice
modulepackage
0.0.0-20241226052146-d63bc25766f5
Repository: https://github.com/sandipbera35/jwt_authservice.git
Documentation: pkg.go.dev

# README

jwt_authservice

This Is an Implementation Of JWT User Authentication Service In Golang Fiber Framework with postgresql

Install Docker

visit https://docs.docker.com/engine/install/

To Run Minio Object Storage Server Run Code Below In Terminal Or CommandPrompt

Docker Should be installed before running minio

docker run --name minio --publish 9000:9000 --publish 9001:9001 -e "MINIO_ROOT_USER=YOURUSERNAME" -e "MINIO_ROOT_PASSWORD=YOURPASSWORD" --volume d:/YourFolderPath: /data bitnami/minio:latest

OR

Visit https://min.io/docs/minio/container/index.html

Install Postgresql

visit https://www.postgresql.org/download/

Install Postman

visit https://www.postman.com/downloads/

Import The Postman Collection File From postman folder of the project

Some Screenshots hare ...

Register New user

image

User PassWords saved in database as encripted form

image

LogIn Or Get Token

image

Get Profile With JWT Token

image

Add OR Update profile picture

image

Add OR Update Cover Picture

image

ADD SUPER USER

image

# Packages

No description provided by the author
No description provided by the author
No description provided by the author