innotec-auth-plugin
Version:
The Innotec-Auth-Plugin is designed to handle all authentication processes for applications where's conntected to the innotec v2 infrastructure. Theses plugin provides different authentication processes:
53 lines (52 loc) • 1.4 kB
JSON
[
{ "code": "en", "values": {
"headers": {
"mainheader": "General Innotec Login",
"welcome": "Welcome"
},
"description": {
"innoteclogin": "Innotec Login",
"sociallogin": "Social Login"
},
"labels": {
"username": "Username",
"password": "Password",
"loginerror": "Something goes wrong..."
},
"button": {
"signin": "Sign In",
"signup": "Sign Up",
"backtosocial": "Back to Social",
"loginfacebook": "Login with Facebook",
"logingoogle": "Login with Google",
"loginpaypal": "login with PayPal",
"logininnotec": "login with InnoTec"
}
}
},
{ "code": "de", "values": {
"headers": {
"mainheader": "Innotec Anmeldung",
"welcome": "Willkommen"
},
"description": {
"innoteclogin": "Innotec Login",
"sociallogin": "Social Login"
},
"labels": {
"username": "Username",
"password": "Passwort",
"loginerror": "Uuups.. Irgendwas ging schief"
},
"button": {
"signin": "Login",
"signup": "Registrieren",
"backtosocial": "Zurück",
"loginfacebook": "Login mit Facebook",
"logingoogle": "Login mit Google",
"loginpaypal": "Login mit PayPal",
"logininnotec": "Login mit InnoTec"
}
}
}
]