Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
create-supertokens-app
Advanced tools
![SuperTokens banner](https://raw.githubusercontent.com/supertokens/supertokens-logo/master/images/Artboard%20%E2%80%93%2027%402x.png)
create-supertokens-app
is a command line tool that lets you quickly setup and explore how SuperTokens integrates with other popular frameworks.
Run the tool using the following command
npx create-supertokens-app
Run the tool using the following command
bun create supertokens-app@latest --manager=bun
You can then select the tech stack that is relevant to you.
The tool creates a folder for the created application. You can follow the instructions the tool provides to then start the application.
When running the tool you can provide additional arguments.
Option | About | Usage |
---|---|---|
appname | The folder name to be used when creating the application | --appname=my-app |
recipe | The type of authentication you want to use | --recipe=emailpassword |
frontend | The frontend stack to use for the application | --frontend=react |
backend | The backend stack to use for the application | --backend=node |
manager | Which package manager to use (npm, yarn, pnpm, bun) | --manager=pnpm |
autostart | Whether the CLI should start the project after setting up | --autostart=true |
Please refer to the CONTRIBUTING.md file in this repo.
For any queries, or support requests, please email us at team@supertokens.io, or join our Discord server.
Created with :heart: by the folks at SuperTokens.io.
FAQs
![SuperTokens banner](https://raw.githubusercontent.com/supertokens/supertokens-logo/master/images/Artboard%20%E2%80%93%2027%402x.png)
We found that create-supertokens-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.