No description
- Add POST /api/auth/password API endpoint
- Requires authentication and current password verification
- Invalidates all other sessions after password change
- Keeps current session active
- Add window.changePassword() console function
- Matches existing login flow pattern
- Usage: changePassword("current", "new")
- Add 'lookbook set-password' CLI command
- Interactive password reset (no current password required)
- Useful for recovery scenarios
- Invalidates all sessions
- Add session.QDeleteAllExcept() and session.QDeleteAll()
- Support for invalidating sessions after password change
|
||
|---|---|---|
| cmd/server | ||
| internal | ||
| .envrc | ||
| .gitignore | ||
| default.nix | ||
| go.mod | ||
| go.sum | ||
| Makefile | ||
| Procfile | ||
| shell.nix | ||