clear-skies-auth-server


Nameclear-skies-auth-server JSON
Version 0.12.6 PyPI version JSON
download
home_pagehttps://github.com/cmancone/clearskies-auth-server
Summaryclearskies bindings for managing an authentication server that issues JWTs
upload_time2024-05-04 23:34:09
maintainerNone
docs_urlNone
authorConor Mancone
requires_python<4.0,>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # clearskies-auth-server

Contains the handlers needed to manage an authentication server with clearskies.

## Getting started

```
pip install clear-skies-auth-server
```

Click [here for a detailed usage example](https://github.com/cmancone/clearskies-auth-server-example).

## Overview

This package provides the various pieces needed to manage an authentication server.  Specifically, it authenticates users and issues signed JSON Web Tokens (JWTs) for other services to validate.  This is intended for use as a stand-alone identity provider (IdP) and so requires a datastore where users (and, if needed, passwords) are validated.  Naturally, the datastore is provided via a clearskies model, and thus this can work with a wide variety of backends.

In essence, you get to chose which parts of the auth server you need, provide a bit of configuration, and wrap the handlers up in a standard [clearskies SimpleRouting handler](https://clearskies.info/docs/handlers/simple-routing.html).  Naturally, clearskies will auto-generate your OAI3 docs for you.

Keep in mind that this is the backend API endpoints _only_.  You'll have to provide your own frontend.

## Handlers

The following handlers are provided by this package to expose the necessary parts of the authorization server:

 1. [generate-keys](#generate-keys)
 2. [jwks](#jwks)
 3. [password_login](#password-login)
 4. [password_less_email_request_login](#password-less-email-request-login)
 5. [password_less_validate_login](#password-less-validate-login)

Roadmap for 1.0:

 * MFA

### JWKS

This handler publishes the JSON Web Key Set (JWKS) that is necessary for JWT consumers to validate JWTs created by the service.

### Password Login

This manages password-based logins.

### Password-less Email Request Login

For a password-less login system, this allows a user to request a login.  Note that for minimalist systems, an explicit registration step is no longer required.

### Password-less Validate Login

Validates the login (and possibly completes registration) for a password-less login system.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cmancone/clearskies-auth-server",
    "name": "clear-skies-auth-server",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Conor Mancone",
    "author_email": "cmancone@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fe/1c/6a8d5d1ca1f5a8bb9f653b1b21d418b880ae23d24e1a0b377e1d9713449b/clear_skies_auth_server-0.12.6.tar.gz",
    "platform": null,
    "description": "# clearskies-auth-server\n\nContains the handlers needed to manage an authentication server with clearskies.\n\n## Getting started\n\n```\npip install clear-skies-auth-server\n```\n\nClick [here for a detailed usage example](https://github.com/cmancone/clearskies-auth-server-example).\n\n## Overview\n\nThis package provides the various pieces needed to manage an authentication server.  Specifically, it authenticates users and issues signed JSON Web Tokens (JWTs) for other services to validate.  This is intended for use as a stand-alone identity provider (IdP) and so requires a datastore where users (and, if needed, passwords) are validated.  Naturally, the datastore is provided via a clearskies model, and thus this can work with a wide variety of backends.\n\nIn essence, you get to chose which parts of the auth server you need, provide a bit of configuration, and wrap the handlers up in a standard [clearskies SimpleRouting handler](https://clearskies.info/docs/handlers/simple-routing.html).  Naturally, clearskies will auto-generate your OAI3 docs for you.\n\nKeep in mind that this is the backend API endpoints _only_.  You'll have to provide your own frontend.\n\n## Handlers\n\nThe following handlers are provided by this package to expose the necessary parts of the authorization server:\n\n 1. [generate-keys](#generate-keys)\n 2. [jwks](#jwks)\n 3. [password_login](#password-login)\n 4. [password_less_email_request_login](#password-less-email-request-login)\n 5. [password_less_validate_login](#password-less-validate-login)\n\nRoadmap for 1.0:\n\n * MFA\n\n### JWKS\n\nThis handler publishes the JSON Web Key Set (JWKS) that is necessary for JWT consumers to validate JWTs created by the service.\n\n### Password Login\n\nThis manages password-based logins.\n\n### Password-less Email Request Login\n\nFor a password-less login system, this allows a user to request a login.  Note that for minimalist systems, an explicit registration step is no longer required.\n\n### Password-less Validate Login\n\nValidates the login (and possibly completes registration) for a password-less login system.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "clearskies bindings for managing an authentication server that issues JWTs",
    "version": "0.12.6",
    "project_urls": {
        "Homepage": "https://github.com/cmancone/clearskies-auth-server",
        "Repository": "https://github.com/cmancone/clearskies-auth-server"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed209011d9553511a99fd5be8d46d152205cc75b334f3650d0778a657232086b",
                "md5": "043b50c966ed8311ebe91e3e9775b8dd",
                "sha256": "e5c547946c1177ec22747b3969393367b0f22b376da9bebac968c77ed8722311"
            },
            "downloads": -1,
            "filename": "clear_skies_auth_server-0.12.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "043b50c966ed8311ebe91e3e9775b8dd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 37997,
            "upload_time": "2024-05-04T23:34:08",
            "upload_time_iso_8601": "2024-05-04T23:34:08.506975Z",
            "url": "https://files.pythonhosted.org/packages/ed/20/9011d9553511a99fd5be8d46d152205cc75b334f3650d0778a657232086b/clear_skies_auth_server-0.12.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe1c6a8d5d1ca1f5a8bb9f653b1b21d418b880ae23d24e1a0b377e1d9713449b",
                "md5": "23c815312bf80a3d57f9e7555bba6e1a",
                "sha256": "e1908b4cede890511907f5bc7cc2f0fc39233d15e677dd13c37e8ce1d44a2bca"
            },
            "downloads": -1,
            "filename": "clear_skies_auth_server-0.12.6.tar.gz",
            "has_sig": false,
            "md5_digest": "23c815312bf80a3d57f9e7555bba6e1a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 23325,
            "upload_time": "2024-05-04T23:34:09",
            "upload_time_iso_8601": "2024-05-04T23:34:09.608251Z",
            "url": "https://files.pythonhosted.org/packages/fe/1c/6a8d5d1ca1f5a8bb9f653b1b21d418b880ae23d24e1a0b377e1d9713449b/clear_skies_auth_server-0.12.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-04 23:34:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cmancone",
    "github_project": "clearskies-auth-server",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "clear-skies-auth-server"
}
        
Elapsed time: 0.28491s