feat(authorship): invite people without existing account as authors/editors #68

Merged
chartgerink merged 15 commits from fix/41 into main 2025-08-19 06:42:37 +00:00
Owner
  • add invitations table with polymorphic foreign keys
  • enable default password_hash
  • add /invitation, /invitation/<token>, /invitation/[accept/decline] endpoints
  • auto-reset password upon attempting to log in a user with empty password_hash
  • add unit and integration tests

Fixes #41.

- add `invitations` table with polymorphic foreign keys - enable default `password_hash` - add `/invitation`, `/invitation/<token>`, `/invitation/[accept/decline]` endpoints - auto-reset password upon attempting to log in a user with empty `password_hash` - add unit and integration tests Fixes #41.
chartgerink deleted branch fix/41 2025-08-19 06:42:38 +00:00
Sign in to join this conversation.
No description provided.