Adding the invite user flow to invite a new user into the organization. This includes multiple APIs: 1. Invite user which creates an invite token for the user and then sends it to the new user via email. This token is valid for 1 hour (for now). 2. An endpoint to verify the invite token so that the client can pre-emptively show any errors or expired token messages. This endpoint is publicly accessible and doesn't require a session. 3. An endpoint for the new user to sign up and set their password by providing their invite token. This endpoint is publicly accessible and doesn't require a session. Also extending the redis session timeout to 1 day instead of 30 mins. See merge request theappsmith/internal-tools-server!125 |
||
|---|---|---|
| .. | ||
| main | ||
| test | ||