https://github.com/emreaknci/goauthexample
https://github.com/emreaknci/goauthexample
docker golang jwt react refresh-token
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emreaknci/goauthexample
- Owner: emreaknci
- Created: 2024-08-21T09:54:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T10:03:17.000Z (almost 2 years ago)
- Last Synced: 2025-10-25T01:39:01.125Z (8 months ago)
- Topics: docker, golang, jwt, react, refresh-token
- Language: TypeScript
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoAuthExample
GoAuthExample is a project developed to demonstrate authentication processes using the Go programming language. The project includes implementations for JWT (JSON Web Token) and refresh token structures, showcasing how to manage user authentication and authorization.
## Features
- JWT-based authentication
- Refresh token management
- Token issuance and renewal
- Example implementation for user authentication and authorization
## Technologies Used
- Go programming language
- React w/TS
## Run Locally
You can follow the steps below to run the project on your local machine with docker.
```bash
git clone https://github.com/emreaknci/GoAuthExample.git
cd GoAuthExample
docker-compose -p goauthexample up -d
```