Soap Auth
Strategies
Install
npm install @soapjs/soap-auth bcryptjsConfigure
import { SoapAuth } from '@soapjs/soap-auth';
const soapAuth = new SoapAuth({
http: {
jwt: { /* access token issuer + user.fetchUser */ },
local: { /* extractCredentials + verifyCredentials + routes */ },
},
});Integrate with soap-express
Login flow
Last updated