StackApp Constructor Options After SSK
The options for the StackApp constructor.
urls
objectThe URLs that Stack uses to route and redirect.
home
stringThe URL of the home page.
signIn
stringThe URL of the sign-in page.
afterSignIn
stringThe URL that the user will be redirected to after successful signing in.
signUp
stringThe URL of the sign-up page.
afterSignUp
stringThe URL that the user will be redirected to after successful signing up.
afterSignOut
stringThe URL that the user will be redirected to after successful signing out.
emailVerification
stringThe URL of the email verification page.
passwordReset
stringThe URL of the password reset page.
forgotPassword
stringThe URL of the forgot password page.
accountSettings
stringThe URL of the account settings page.
handler
stringThe URL of the handler root.
noAutomaticPrefetch
booleanBy default, the Stack app will automatically prefetch some data from Stack's server when this app is first constructed. Those network requests may be unnecessary if the app is never used or disposed of immediately. By setting this option to true
, you can disable the prefetching behavior.