/nopassword

Simple nopassword based user oriented website using magic links and OAuth based on Flask

Primary LanguagePython

Quick and Dirty Flask App

Web App that does basic user confirmations with magic link and allows users to sign up.

Key Features

  • Allows users to register and verify themselves with magic link
  • Allows users to email other users to create accounts
  • Allows users to subscribe to other users
  • Allows users to create content to send out to subscribers

Setup

  • Install dependencies w/ requirements.txt
  • Run with "env FLASK_ENV=development CONFIG_FILE=debug_settings.cfg python3 -m flask run"
  • Run the development smtp server with "python -m smtpd -n -c DebuggingServer localhost:8025"
  • Have fun!