Skip to main content

fans656's authorization helper

Project description

Overview

Authorization server & library to ease setting up a site (so it can delegate authorization stuff out).

Includes:

  • A docker image to run an authorization server (with UI)
  • A Python library to be used in your site

Code structure

frontend/  # frontend of auth.fans656.me
fansauth/
  server/  # auth server
  lib/     # `fansauth` python library for resource server

Development

build-frontend.sh

Resource server usage

from fastapi import FastAPI
from fansauth import auth  # <--- import `auth`

app = FastAPI()
app = auth(app)  # <--- add authorization to app

@app.get('/foo')
def foo():
    return 'hello foo'

See fansauth/lib/auth.py for more detailed usage.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fansauth-0.1.9.tar.gz (9.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fansauth-0.1.9-py3-none-any.whl (12.1 kB view details)

Uploaded Python 3

File details

Details for the file fansauth-0.1.9.tar.gz.

File metadata

  • Download URL: fansauth-0.1.9.tar.gz
  • Upload date:
  • Size: 9.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.7

File hashes

Hashes for fansauth-0.1.9.tar.gz
Algorithm Hash digest
SHA256 c7450383b715ab90f3a7b6ddfffa16421ec333ba73de1b238767c657aa81ce61
MD5 9b3b7c7a376e9bac307fde077759e517
BLAKE2b-256 6754329b36b8df67feed372f054a5ba1414904a38697a44b0652dc92163a1c9f

See more details on using hashes here.

File details

Details for the file fansauth-0.1.9-py3-none-any.whl.

File metadata

  • Download URL: fansauth-0.1.9-py3-none-any.whl
  • Upload date:
  • Size: 12.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.7

File hashes

Hashes for fansauth-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 fa0c885511c1d7e7580d5e85183c9ff0634cd0b42f6db5252224c0daf3ca93b7
MD5 54b55acba7824aa811e7ea1856e1687b
BLAKE2b-256 9c785e10cf88b583a4bba0ec97fb371f3b8b9782c3e20825f57cb0bdcad019e2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page