Implementacja DEX - readme
This commit is contained in:
parent
1471893c2f
commit
6fec8d1d64
@ -33,6 +33,10 @@ sequenceDiagram
|
|||||||
KrakenD->>+Użytkownik: Response
|
KrakenD->>+Użytkownik: Response
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Request:
|
||||||
|
|
||||||
|
http://127.0.0.1:5556/dex/auth?client_id=example-app&redirect_uri=http%3A%2F%2F127.0.0.1%3A5555%2Fcallback&response_type=code&scope=groups+openid+profile+email+offline_access&state=I+wish+to+wash+my+irish+wristwatch&template=tectonic
|
||||||
|
|
||||||
|
|
||||||
Flow jest typowo testowy, na razie nie ma revoke jwt, a samo pobranie tokenu należy zrobić za pomocą pliku `Makefile`.
|
Flow jest typowo testowy, na razie nie ma revoke jwt, a samo pobranie tokenu należy zrobić za pomocą pliku `Makefile`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user