Skip to content

Commit

Permalink
Add the KB link.
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad committed Aug 9, 2023
1 parent e6fd8bf commit d93f1b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# LocalStack Extension for Authress Authentication and Authorization

This is the LocalStack extension that enables running authentication, user identity, permissions, api key management, and access control in your LocalStack environment via [Authress](https://authress.io).
This is the [LocalStack](https://localstack.cloud/) extension that enables running authentication, user identity, permissions, api key management, and access control in your [LocalStack environment](https://localstack.cloud/) via [Authress](https://authress.io).

This LocalStack extension generates a copy of the [Authress API](https://authress.io/app/#/api) so that the authentication and access management the Authress API provides can be utilized by running services directly in any environment. You can use this to build authentication and authorization directly into your applications and services. Additionally, this extension can be used locally to develop faster without needing an [Authress Account](https://authress.io).

Expand Down Expand Up @@ -45,6 +45,9 @@ const authressClient = new AuthressClient({ authressApiUrl: `http://authress.loc
await authressClient.userPermissions.authorizeUser(userId, resourceUri, permission);
```

## Knowledge Base

Review the in depth guides in the [Authress Local KB](https://authress.io/knowledge-base/docs/SDKs/authress-local).

## Contribution Guide

Expand Down

0 comments on commit d93f1b4

Please sign in to comment.