Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix port number in readme.md

Signed-off-by: Warren Parad <[email protected]>
  • Loading branch information
wparad authored Aug 27, 2023
1 parent 9308ee1 commit 10d69f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can configure API calls to the authorization server by passing this url as t

```ts
import { AuthressClient } from 'authress-sdk';
const authressClient = new AuthressClient({ authressApiUrl: `http://authress.localhost.localstack.cloud:8888` });
const authressClient = new AuthressClient({ authressApiUrl: `http://authress.localhost.localstack.cloud:4566` });
await authressClient.userPermissions.authorizeUser(userId, resourceUri, permission);
```

Expand Down

0 comments on commit 10d69f0

Please sign in to comment.