Skip to content

Instantly share code, notes, and snippets.

@janniks
Created March 25, 2022 12:42
Show Gist options
  • Select an option

  • Save janniks/dcd2f5b05cdf3285e27b62ee324fff81 to your computer and use it in GitHub Desktop.

Select an option

Save janniks/dcd2f5b05cdf3285e27b62ee324fff81 to your computer and use it in GitHub Desktop.
userSession — Stacks Authentication
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