Subversion Repositories oidplus

Rev

Rev 583 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 583 Rev 585
Line 306... Line 306...
306
 
306
 
307
OIDplus::baseConfig()->setValue('JWT_ALLOW_LOGIN_USER', true);
307
OIDplus::baseConfig()->setValue('JWT_ALLOW_LOGIN_USER', true);
308
Old 2.0 format:          (Not available)
308
Old 2.0 format:          (Not available)
309
                         Allow "Remember me" logins for a RA.
309
                         Allow "Remember me" logins for a RA.
310
 
310
 
311
OIDplus::baseConfig()->setValue('JWT_ALLOW_MANUAL', true);
311
OIDplus::baseConfig()->setValue('JWT_ALLOW_MANUAL', false);
312
Old 2.0 format:          (Not available)
312
Old 2.0 format:          (Not available)
313
                         Allow JWT tokens which were manually created "by hand".
313
                         Allow JWT tokens which were manually created "by hand".
314
                         These can have any content you like, but they must
314
                         These can have any content you like, but they must
315
                         contain the claim "oidplus_generator" with value "2".
315
                         contain the claim "oidplus_generator" with value "2".
316
 
316