@rsession/novation-auth-login
v1.3.0
Published
Vue.js 2 component for application login form
Readme
Installation
Install through NPM
npm install --save @rsession/novation-auth-loginUsage
Import Vue.js component into your main application file
Vue.component('login-form', require('@rsession/novation-auth-login'))Include component within your base html page as a drop-in login form replacement
<login-form></login-form>Available Options
|Property|Type|Default|Required|Description| |--------|----|-------|--------|-----------| |action|String| |Yes|URL that represents the form action| |csrf-token|String| |Yes|CSRF token for the request| |return-url|String| |No|Redirect URL after successful authentication|
