Skip to content

A proof-of-concept Project Of JWT Token based User Authentication Backend Implementation In Golang , Fiber Framework with postgresql and Minio Object Storage .

License

Notifications You must be signed in to change notification settings

sandipbera35/jwt_authservice

Repository files navigation

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

About

A proof-of-concept Project Of JWT Token based User Authentication Backend Implementation In Golang , Fiber Framework with postgresql and Minio Object Storage .

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages