PromucFlow_constructor/app/server/appsmith-server
Arpit Mohan 2b9dadb582 Merge branch 'feature/user-invite' into 'release'
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
2019-12-23 03:30:08 +00:00
..
src Merge branch 'feature/user-invite' into 'release' 2019-12-23 03:30:08 +00:00
auth-notes Convert the project into a multi-module structure 2019-09-16 11:21:57 +00:00
pom.xml Upgrading to Spring boot 2.2.2 for features in Spring security 2019-12-16 10:53:17 +05:30