runegate 0.4.0

Lightweight Rust-based identity proxy
1
2
3
4
5
6
7
8
9
10
11
12
smtp_host = "smtp.gmail.com"
smtp_port = 587
smtp_user = "your_email@gmail.com"
smtp_pass = "your_app_password_here"

from_address = "Runegate <your_email@gmail.com>"
subject = "Login to Runegate"
body_template = """Click the link to sign in:

{login_url}

This link is valid for 15 minutes."""