fix: readme

This commit is contained in:
Lakhan Samani
2021-07-28 13:25:05 +05:30
parent d63f2bd948
commit 2487fb3eb8
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,10 @@
FROM golang:1.16-alpine as builder
WORKDIR /app
COPY . .
ARG VERSION=0.1.0-beta.0
ENV VERSION="${VERSION}"
RUN apk add build-base &&\
cd server && \
go mod download && \

View File

@@ -1,6 +1,6 @@
#authorizer
# authorizer
authorizer (aka your-auth) is a complete open source authentication and authorization solution for your applications. Bring your database and have complete control over the authentication, authorization and user data. It is a microservice that can be deployed anywhere and connected any sql database.
authorizer is a complete open source authentication and authorization solution for your applications. Bring your database and have complete control over the authentication, authorization and user data. It is a microservice that can be deployed anywhere and connected any sql database.
This an [Auth0](https://auth0.com) opensource alternative.