Created
March 25, 2022 12:42
-
-
Save janniks/dcd2f5b05cdf3285e27b62ee324fff81 to your computer and use it in GitHub Desktop.
userSession — Stacks Authentication
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { AppConfig, UserSession } from "@stacks/connect"; | |
| const appConfig = new AppConfig(["store_write", "publish_data"]); | |
| const userSession = new UserSession({ appConfig }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment