An open API service indexing awesome lists of open source software.

https://github.com/emreaknci/goauthexample


https://github.com/emreaknci/goauthexample

docker golang jwt react refresh-token

Last synced: 3 months ago
JSON representation

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
```