localstack-extension-authress


Namelocalstack-extension-authress JSON
Version 0.1.23 PyPI version JSON
download
home_pagehttps://github.com/authress/authress-local
SummaryLocalStack Extension: Authress
upload_time2024-01-01 20:39:21
maintainer
docs_urlNone
authorAuthress
requires_python
licenseAGPL-3.0
keywords authorization as a service security authorization authorization as a service authentication user authentication authress authress client access management access management as a service user security localstack localstack extensions verified verified access verified permissions open source policy engine embedded authorization batteries included authorization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
<p align="center">
  <a href="https://authress.io/knowledge-base/docs/SDKs/authress-local"><img src="https://authress.io/static/images/logoText.png" height="100px" alt="Authress logo"></a>
  <a href="https://authress.io/knowledge-base/docs/SDKs/authress-local"><img src="https://github.com/Authress/localstack-extension/assets/5056218/7bad113d-405f-4cd4-9335-3427d6419a13" alt="Partnership" height="80px"></a>
  <a href="https://authress.io/knowledge-base/docs/SDKs/authress-local"><img src="https://github.com/Authress/localstack-extension/assets/5056218/a52d0c26-f6e1-4347-859e-fef2bd10cf89" alt="LocalStack logo"></a>


</p>

# LocalStack Extension for Authress Authentication and Authorization

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](<a href="https://authress.io/knowledge-base/docs/SDKs/authress-local">) 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).

<p align="center">
    <a href="https://badge.fury.io/py/localstack-extension-authress" alt="LocalStack Authress Extension">
      <img src="https://badge.fury.io/py/localstack-extension-authress.svg"></a>
    <a href="https://github.com/Authress/localstack-extension/actions/workflows/build.yml" alt="Build status">
      <img src="https://github.com/Authress/localstack-extension/actions/workflows/build.yml/badge.svg"></a>
    <a href="https://github.com/Authress/localstack-extension/blob/main/LICENSE" alt="Apache-2.0">
      <img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a>
    <a href="https://authress.io/community" alt="authress community">
      <img src="https://img.shields.io/badge/Community-Authress-fbaf0b.svg"></a>
    <a href="https://app.localstack.cloud/extensions/remote?url=git+https://github.com/Authress/localstack-extension/#egg=localstack-extension-authress" alt="extensions installer">
      <img src="https://localstack.cloud/gh/extension-badge.svg"></a>
</p>

---

## Installation

To install the Authentication & Authorization extension into LocalStack, run
```sh
localstack extensions install localstack-extension-authress
```

## Usage
The auth extension runs at `http://authress.localhost.localstack.cloud:4566`.

You can configure API calls to the authorization server by passing this url as the `authressApiUrl` or the `authress_api_url` depending on which SDK you are using.


```ts
import { AuthressClient } from 'authress-sdk';
const authressClient = new AuthressClient({ authressApiUrl: `http://authress.localhost.localstack.cloud:4566` });
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

[Developing for the LocalStack Authress Extension](https://github.com/Authress/localstack-extension/blob/main/contributing.md)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/authress/authress-local",
    "name": "localstack-extension-authress",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Authorization as a service,Security,authorization,authorization as a service,authentication,user authentication,Authress,Authress client,access management,access management as a service,user security,localstack,localstack extensions,verified,verified access,verified permissions,open source policy engine,embedded authorization,batteries included authorization",
    "author": "Authress",
    "author_email": "developers@authress.io",
    "download_url": "https://files.pythonhosted.org/packages/82/1b/901cc70c0243bd1e94632ad7412b832db43a34b880ad7fc79d4bf7d55907/localstack-extension-authress-0.1.23.tar.gz",
    "platform": null,
    "description": "\n<p align=\"center\">\n  <a href=\"https://authress.io/knowledge-base/docs/SDKs/authress-local\"><img src=\"https://authress.io/static/images/logoText.png\" height=\"100px\" alt=\"Authress logo\"></a>\n  <a href=\"https://authress.io/knowledge-base/docs/SDKs/authress-local\"><img src=\"https://github.com/Authress/localstack-extension/assets/5056218/7bad113d-405f-4cd4-9335-3427d6419a13\" alt=\"Partnership\" height=\"80px\"></a>\n  <a href=\"https://authress.io/knowledge-base/docs/SDKs/authress-local\"><img src=\"https://github.com/Authress/localstack-extension/assets/5056218/a52d0c26-f6e1-4347-859e-fef2bd10cf89\" alt=\"LocalStack logo\"></a>\n\n\n</p>\n\n# LocalStack Extension for Authress Authentication and Authorization\n\nThis is the [LocalStack](https://localstack.cloud/) extension that enables running authentication, user identity, permissions, api key management, and access control in your [LocalStack environment](<a href=\"https://authress.io/knowledge-base/docs/SDKs/authress-local\">) via [Authress](https://authress.io).\n\nThis 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).\n\n<p align=\"center\">\n    <a href=\"https://badge.fury.io/py/localstack-extension-authress\" alt=\"LocalStack Authress Extension\">\n      <img src=\"https://badge.fury.io/py/localstack-extension-authress.svg\"></a>\n    <a href=\"https://github.com/Authress/localstack-extension/actions/workflows/build.yml\" alt=\"Build status\">\n      <img src=\"https://github.com/Authress/localstack-extension/actions/workflows/build.yml/badge.svg\"></a>\n    <a href=\"https://github.com/Authress/localstack-extension/blob/main/LICENSE\" alt=\"Apache-2.0\">\n      <img src=\"https://img.shields.io/badge/License-Apache%202.0-blue.svg\"></a>\n    <a href=\"https://authress.io/community\" alt=\"authress community\">\n      <img src=\"https://img.shields.io/badge/Community-Authress-fbaf0b.svg\"></a>\n    <a href=\"https://app.localstack.cloud/extensions/remote?url=git+https://github.com/Authress/localstack-extension/#egg=localstack-extension-authress\" alt=\"extensions installer\">\n      <img src=\"https://localstack.cloud/gh/extension-badge.svg\"></a>\n</p>\n\n---\n\n## Installation\n\nTo install the Authentication & Authorization extension into LocalStack, run\n```sh\nlocalstack extensions install localstack-extension-authress\n```\n\n## Usage\nThe auth extension runs at `http://authress.localhost.localstack.cloud:4566`.\n\nYou can configure API calls to the authorization server by passing this url as the `authressApiUrl` or the `authress_api_url` depending on which SDK you are using.\n\n\n```ts\nimport { AuthressClient } from 'authress-sdk';\nconst authressClient = new AuthressClient({ authressApiUrl: `http://authress.localhost.localstack.cloud:4566` });\nawait authressClient.userPermissions.authorizeUser(userId, resourceUri, permission);\n```\n\n## Knowledge Base\n\nReview the in depth guides in the [Authress Local KB](https://authress.io/knowledge-base/docs/SDKs/authress-local).\n\n## Contribution Guide\n\n[Developing for the LocalStack Authress Extension](https://github.com/Authress/localstack-extension/blob/main/contributing.md)\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0",
    "summary": "LocalStack Extension: Authress",
    "version": "0.1.23",
    "project_urls": {
        "Homepage": "https://github.com/authress/authress-local"
    },
    "split_keywords": [
        "authorization as a service",
        "security",
        "authorization",
        "authorization as a service",
        "authentication",
        "user authentication",
        "authress",
        "authress client",
        "access management",
        "access management as a service",
        "user security",
        "localstack",
        "localstack extensions",
        "verified",
        "verified access",
        "verified permissions",
        "open source policy engine",
        "embedded authorization",
        "batteries included authorization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24346a6b2d608423c8f8e5bda09a7c5886e525a0a1fe05194bff78df871b08a1",
                "md5": "9e78a138a5119507062437181f5e04a5",
                "sha256": "2b422dba2e9e7c4ab47a3081d3e01f438255ef033b0725750c2a45a6977949d0"
            },
            "downloads": -1,
            "filename": "localstack_extension_authress-0.1.23-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9e78a138a5119507062437181f5e04a5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 17631,
            "upload_time": "2024-01-01T20:39:20",
            "upload_time_iso_8601": "2024-01-01T20:39:20.190233Z",
            "url": "https://files.pythonhosted.org/packages/24/34/6a6b2d608423c8f8e5bda09a7c5886e525a0a1fe05194bff78df871b08a1/localstack_extension_authress-0.1.23-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "821b901cc70c0243bd1e94632ad7412b832db43a34b880ad7fc79d4bf7d55907",
                "md5": "d0b8957457c6f4b1ddddd66279496ed1",
                "sha256": "8e7fd1215b86e842690a45a3c55b4510447c0db0a867f61bc553f92965821f07"
            },
            "downloads": -1,
            "filename": "localstack-extension-authress-0.1.23.tar.gz",
            "has_sig": false,
            "md5_digest": "d0b8957457c6f4b1ddddd66279496ed1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 16985,
            "upload_time": "2024-01-01T20:39:21",
            "upload_time_iso_8601": "2024-01-01T20:39:21.655519Z",
            "url": "https://files.pythonhosted.org/packages/82/1b/901cc70c0243bd1e94632ad7412b832db43a34b880ad7fc79d4bf7d55907/localstack-extension-authress-0.1.23.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-01 20:39:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "authress",
    "github_project": "authress-local",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "localstack-extension-authress"
}
        
Elapsed time: 0.16124s