supertokens / supertokens-auth-react

ReactJS authentication module for SuperTokens
https://supertokens.com
Other
260 stars 81 forks source link

docs: with-remix-tpep_example #797

Closed mawentowski closed 3 months ago

mawentowski commented 4 months ago

Summary of change

I added a demo Remix app for the third-party email password recipe to the examples folder. Also included is a basic test file based on the with-emailpassword-vercel example. Since the example project uses modules, and basic.test.js needs to be treated like a CommonJS module, I changed the file extension to basic.test.cjs and updated the test-examples workflow to support running CJS files.

Documentation changes

Documentation changes will come in a subsequent PR to the docs repo. The changes that need to occur are as follows:

Checklist for important updates

github-actions[bot] commented 4 months ago

size-limit report 📦

Path Size
lib/build/index.js 14.43 KB (0%)
recipe/session/index.js 15.34 KB (0%)
recipe/session/prebuiltui.js 18.08 KB (0%)
recipe/thirdpartyemailpassword/index.js 30.22 KB (0%)
recipe/thirdparty/index.js 26.85 KB (0%)
recipe/emailpassword/index.js 10.29 KB (0%)
recipe/emailverification/index.js 7.52 KB (0%)
recipe/passwordless/index.js 63.96 KB (0%)
recipe/thirdpartypasswordless/index.js 83.98 KB (0%)
recipe/emailverification/prebuiltui.js 22.63 KB (0%)
recipe/thirdpartyemailpassword/prebuiltui.js 53.92 KB (0%)
recipe/thirdparty/prebuiltui.js 38.75 KB (0%)
recipe/emailpassword/prebuiltui.js 28.03 KB (0%)
recipe/passwordless/prebuiltui.js 102.84 KB (0%)
recipe/thirdpartypasswordless/prebuiltui.js 129.84 KB (0%)
recipe/multitenancy/index.js 6.34 KB (0%)
DBozhinovski commented 3 months ago

Covered by: https://github.com/supertokens/supertokens-auth-react/pull/809 Example ported to create-supertokes-app and generalized to cover all auth options -> https://github.com/supertokens/create-supertokens-app/pull/98