SSX
Platform
GitHub
Twitter
Spruce
Search
⌃K
Links
SSX
⚡
SSX Quickstart
🛠
Configuring SSX
📊
Accessing the SSX Dashboard
📈
Scaling SSX Server
Tutorials
Moving From SIWE to SSX
Using SSX with Auth.js
Using SSX with NextAuth
Build a Token-Gated Dapp
From Email Login to SIWE
appendix
DAO Login Workflow
SSX: How It Works
Reference
SSX API Reference
SSX Core API Reference
SSX Server API Reference
SSX Serverless API Reference
isssxalchemyprovider
isssxankrprovider
isssxcloudflareprovider
isssxcustomprovider
isssxetherscanprovider
isssxinfuraprovider
isssxpocketprovider
ssxalchemyprovider
ssxalchemyprovidernetworks
ssxankrprovider
ssxankrprovidernetworks
ssxcloudflareprovider
ssxcustomprovider
ssxensdata
ssxensresolveoptions
ssxetherscanprovider
ssxetherscanprovidernetworks
ssxeventlogtypes
ssxgenericprovider
ssxinfuraprovider
ssxinfuraprovidernetworks
ssxinfuraproviderprojectsettings
ssxlogfields
ssxpocketprovider
ssxpocketprovidernetworks
ssxrpcprovider
ssxrpcproviders
ssxserver
ssxserverconfig
ssxserverproviders
ssxserverroutes
login
logout
nonce
ssxsessioncrudconfig
ssxsessiondata
Powered By
GitBook
ssxserverroutes
Home
>
@spruceid/ssx-serverless
>
SSXServerRoutes
SSXServerRoutes interface
Server endpoints configuration.
Signature:
export
interface
SSXServerRoutes
Properties
Property
Modifiers
Type
Description
login?
string
(Optional)
Post login endpoint path. /ssx-login as default.
logout?
string
(Optional)
Post logout endpoint path. /ssx-logout as default.
nonce?
string
(Optional)
Get nonce endpoint path. /ssx-nonce as default.
Previous
rpc
Next
login
Last modified
5mo ago