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 reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: libscie/researchequals-api#68
No description provided.