Skip to content

Commit f4b9ebf

Browse files
committed
Doing work
1 parent dc0e3b1 commit f4b9ebf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ An example of using [JWT](https://jwt.io/), for authentication and authorization
33

44
This example consists of an RSocket service, `hello-service`, that returns hello messages based upon the method called and the supplied JWT token from the `hello-client` application.
55

6+
The example assumes that you have already retrieved valid JWT tokens from your choice of Authorization Server. To mimic this, a `token-generator`
7+
project has been included to get valid tokens for use with this demo.
8+
69
## Building the Example
710
Run the following command to build the example:
811

0 commit comments

Comments
 (0)