teableio / teable

✨ The Next Gen Airtable Alternative: No-Code Postgres
https://teable.io
GNU Affero General Public License v3.0
7.61k stars 306 forks source link

feat: support email invitation for unregistered users #637

Closed boris-w closed 4 weeks ago

boris-w commented 1 month ago

Use the user's password and account to determine whether to register or not. Registered: Password has been set or account already exists (created by social login). Unregistered: No user exists, or no password exists and no account exists.

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 9314269282

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
apps/nestjs-backend/src/features/auth/strategies/github.strategy.ts 0 3 0.0%
apps/nestjs-backend/src/features/auth/strategies/google.strategy.ts 0 3 0.0%
apps/nestjs-backend/src/features/invitation/invitation.service.ts 16 19 84.21%
apps/nestjs-backend/src/features/auth/auth.service.ts 6 20 30.0%
<!-- Total: 45 68 66.18% -->
Totals Coverage Status
Change from base Build 9301169849: 63.7%
Covered Lines: 26053
Relevant Lines: 31576

💛 - Coveralls