Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: thirdparty rework changes and multitenancy recipe #76

Merged
merged 48 commits into from
Jul 19, 2023

Conversation

sattvikc
Copy link
Contributor

@sattvikc sattvikc commented Jan 11, 2023

Summary of change

thirdparty rework changes and multitenancy recipe

Related issues

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots and videos!)

Documentation changes

(If relevant, please create a PR in our docs repo, or create a checklist here highlighting the necessary changes)

Checklist for important updates

  • Changelog has been updated
  • frontendDriverInterfaceSupported.json file has been updated (if needed)
    • Along with the associated array in lib/ts/version.ts
  • webJsInterfaceSupported.json file has been updated (if needed)
  • Changes to the version if needed
    • In package.json
    • In package-lock.json
    • In lib/ts/version.ts
  • Had run npm run build-pretty
  • Had installed and ran the pre-commit hook
  • Issue this PR against the latest non released version branch.
    • To know which one it is, run find the latest released tag (git tag) in the format vX.Y.Z, and then find the latest branch (git branch --all) whose X.Y is greater than the latest released tag.
    • If no such branch exists, then create one from the latest released branch.

Remaining TODOs for this PR

  • FDI version update
  • SDK version updates in changelog

sattvikc and others added 2 commits January 11, 2023 12:36
fix: multitenancy recipe and thirdparty updates
@github-actions
Copy link

github-actions bot commented Jan 11, 2023

size-limit report 📦

Path Size
lib/build/index.js 24.6 KB (+102.86% 🔺)
recipe/emailverification/index.js 25.69 KB (+3.82% 🔺)
recipe/emailpassword/index.js 24.71 KB (+2.16% 🔺)
recipe/thirdparty/index.js 25.8 KB (+2.43% 🔺)
recipe/thirdpartyemailpassword/index.js 27.67 KB (+2.26% 🔺)
recipe/session/index.js 21.77 KB (+0.06% 🔺)
recipe/passwordless/index.js 26.07 KB (+6.44% 🔺)
recipe/thirdpartypasswordless/index.js 28.23 KB (+2.59% 🔺)
recipe/userroles/index.js 22.04 KB (+0.08% 🔺)
recipe/multitenancy/index.js 24.23 KB (+100% 🔺)

CHANGELOG.md Show resolved Hide resolved
@@ -44,6 +44,8 @@ export type UserInput = {
export type InputType = AuthRecipeInputType<PreAndPostAPIHookAction> & UserInput;

export type NormalisedInputType = AuthRecipeNormalisedInputType<PreAndPostAPIHookAction> & {
clientType?: string;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this

package.json Outdated
},
{
"path": "recipe/emailpassword/index.js",
"limit": "26kb"
"limit": "22kb"
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add multi tenancy recipe to this as well.

CHANGELOG.md Outdated

### Breaking changes

- Only supporting FDI TODO
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please resolve these TODOS. FDI will be 1.17

@rishabhpoddar rishabhpoddar changed the base branch from 0.6 to 0.7 July 18, 2023 05:54
@rishabhpoddar rishabhpoddar changed the base branch from 0.7 to 0.6 July 18, 2023 05:54
@rishabhpoddar rishabhpoddar changed the base branch from 0.6 to 0.7 July 18, 2023 05:54
@rishabhpoddar rishabhpoddar marked this pull request as ready for review July 19, 2023 06:43
@rishabhpoddar rishabhpoddar merged commit 116c077 into 0.7 Jul 19, 2023
3 of 7 checks passed
@rishabhpoddar rishabhpoddar deleted the feat/tp-rework branch July 19, 2023 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants