1
0
Fork 0
forked from 2sys/shoutdotdev
shoutdotdev/README.md

17 lines
609 B
Markdown
Raw Permalink Normal View History

2025-02-26 13:10:44 -08:00
# Shout.dev
Shout.dev is a tool for small software teams to stay in touch with the software
they write. Once set up, it provides an extremely simple HTTP interface through
which to broadcast messages via email and other means of communication.
2025-02-26 13:10:41 -08:00
## Project Status
Shout.dev is in the early prototyping stage. Basic documentation and testing
will be prioritized after core functionality is completed and shown to have
practical value.
2025-04-12 23:05:39 -07:00
## Notable Assumptions
- OAuth provider provides accurate "email" field in the userinfo payload.
- OAuth provider does not allow users to change their emails after signup.