Credenza Core Web SDK (Auth)
clientId: "СREDENZA OAUTH CLIENT ID",
auth?: {
extendedRegistration: false,
credentials?: false
google?: true
ticketmaster?: false
passwordless?: false
metamask?: true
},
Credenza will provide an OAuth client and configure which login service will be available. This list will likely grow over time and the default credentials are above. Credenza will dynamically generate the UI for this login and manage the credentials. Once the user is logged in, the User object will be populated with the metadata to support the subsequent user experience.
Note that Magic and Web3Auth have been deprecated starting with Passport v8.
Last updated