https://github.com/sandipbera35/jwt_authservice
A proof-of-concept Project Of JWT Token based User Authentication Backend Implementation In Golang , Fiber Framework with postgresql and Minio Object Storage .
https://github.com/sandipbera35/jwt_authservice
fiber-framework go gofiber golang gorm jwt-auth jwt-authentication jwt-token postgresql
Last synced: about 1 month ago
JSON representation
A proof-of-concept Project Of JWT Token based User Authentication Backend Implementation In Golang , Fiber Framework with postgresql and Minio Object Storage .
- Host: GitHub
- URL: https://github.com/sandipbera35/jwt_authservice
- Owner: sandipbera35
- License: mit
- Created: 2024-07-22T15:54:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-26T05:21:50.000Z (over 1 year ago)
- Last Synced: 2025-01-05T23:13:39.881Z (over 1 year ago)
- Topics: fiber-framework, go, gofiber, golang, gorm, jwt-auth, jwt-authentication, jwt-token, postgresql
- Language: Go
- Homepage:
- Size: 354 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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

# User PassWords saved in database as encripted form

# LogIn Or Get Token

# Get Profile With JWT Token

# Add OR Update profile picture

# Add OR Update Cover Picture

# ADD SUPER USER
