feat: use mock authentication for local dev
This commit is contained in:
committed by
mrugesh mohapatra
parent
b734f5033d
commit
f0c8211e95
@@ -7,6 +7,11 @@ const successRedirect = `${homeLocation}/welcome`;
|
||||
const failureRedirect = '/signin';
|
||||
|
||||
export default {
|
||||
devlogin: {
|
||||
authScheme: 'mock',
|
||||
provider: 'dev',
|
||||
module: 'passport-mock-strategy'
|
||||
},
|
||||
local: {
|
||||
provider: 'local',
|
||||
module: 'passport-local',
|
||||
|
||||
Reference in New Issue
Block a user