BoxLang 🚀 A New JVM Dynamic Language Learn More...
This security module includes User/ORM, Social Login, & Sign-up form.
box install nsg-module-security
component {
public function index(event,rc,prc) secure {
// handler code
}
}
nsgSecurity = {
allowAccountCreation = true,
maxLoginFailureAttempts = 5
},
$
box install nsg-module-security