From d91fb7ad0ef4d5555de319f0a012415bf138cea8 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Thu, 19 Oct 2023 11:28:52 +0000 Subject: [PATCH] feat: update readme --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d385bef..6c5809c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Soteria +

Soteria

## Introduction @@ -60,15 +60,6 @@ PS: On Subscribe we have only one message from client that need authorization an Soteria is a multivendor authenticator for EMQX. Follow instruction from [here](docs/vendor.md) -### Generate JWT Token - -For testing Soteria on staging (I mean ODE) you can use the following -`curl`, just replace `driver` and `0` for issuer and ID respectively. - -```bash -curl -s -u 'admin:admin' -L https://doago-snapp-ode-020.apps.private.teh-1.snappcloud.io/api/snapp/driver/0 | jq '.Token' -r -``` - -### Architecure +### Architecture ![architectureOfSoteria](docs/arch.png)