From 1ecc9bd640b8b70cacbcea6e676bfb46c2fe2c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Wed, 21 Sep 2022 02:54:50 +0200 Subject: [PATCH] Add a WIP info to the README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f8965cd..2096263 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ An auth provider for go-micro, it get's users from a postgres database, in the f It registers itself with [router](https://jochum.dev/jo-micro/router), if you use it in your stack. +## THIS IS WORK IN PROGRESS + +Everything in here may change without backward compatiblity until we reach v1.0.0. You also might except bugs or half-implemented stuff. + ## JWT Token Auth ### Generate keys