jwt_authservice

command module
v0.0.0-...-d63bc25 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 26, 2024 License: MIT Imports: 5 Imported by: 0

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL