Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octoposprime/op-be-auth
OctopOS Prime Backend Authorization and Authentication Service
https://github.com/octoposprime/op-be-auth
authentication authorization backend golang microservice
Last synced: 2 months ago
JSON representation
OctopOS Prime Backend Authorization and Authentication Service
- Host: GitHub
- URL: https://github.com/octoposprime/op-be-auth
- Owner: octoposprime
- Created: 2024-05-02T14:31:24.000Z (9 months ago)
- Default Branch: phase1
- Last Pushed: 2024-05-22T11:20:32.000Z (8 months ago)
- Last Synced: 2024-05-22T13:36:40.730Z (8 months ago)
- Topics: authentication, authorization, backend, golang, microservice
- Homepage: http://www.octoposprime.com
- Size: 62.5 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# op-be-auth
The Auth Services for the Backend Layer of OctopOSPrime - Computed Microservices[![Build - Test](https://github.com/octoposprime/op-be-auth/actions/workflows/ci.yml/badge.svg)](https://github.com/octoposprime/op-be-auth/actions/workflows/ci.yml)
[![Docker Image Publish](https://github.com/octoposprime/op-be-auth/actions/workflows/cd.yml/badge.svg)](https://github.com/octoposprime/op-be-auth/actions/workflows/cd.yml)## Pre-Requirements
## Development Environment
You have to see ![github.com/octoposprime/op-be-docs](https://github.com/octoposprime/op-be-docs) before development.#### .env
```
POSTGRES_USERNAME=op
POSTGRES_PASSWORD=op
JWT_SECRET_KEY=op
REDIS_PASSWORD=op
POSTGRES_DATABASE=op
```#### Local Run
```
make local-run
```#### Docker Run
```
TEST=true POSTGRES_USERNAME=op POSTGRES_PASSWORD=op JWT_SECRET_KEY=op REDIS_PASSWORD=op make docker-build
make docker-run
```