Skip to content

Okeso/cryptauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptauth

A lightweight forward-auth service that uses SIWE (Sign-In with Ethereum) for authentication.

Tested with Metamask.

Requirements

Installation

pip install hatchling hatch-vcs
hatch build
pip install dist/*.whl

Usage

Development

hatch shell
uvicorn cryptauth.views:app --reload

Production

uvicorn cryptauth.views:app --host 0.0.0.0 --port 8000

Project Layout

  • src/cryptauth: Main application code
  • src/cryptauth/templates: HTML templates
  • src/cryptauth/static: JS/CSS assets
  • pyproject.toml: Build configuration

License

GNU AGPLv3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published