fix: readme
This commit is contained in:
@@ -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 && \
|
||||
|
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user