1.1.11 • Published 7 years ago

xing-login-angular2 v1.1.11

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
7 years ago

xinglong

npm https://www.npmjs.com/package/xing-login

Usage

  • To use the Xing-Login you need to generate a consumer key here
  • Then you can use the component like this:

<xing-login consumerKey="PUTYOURCONSUMERKEYHERE" (onLoginSucceded) = "login($event)" 
    (onLoginFailed) ="loginFailed($event)"></xing-login>

##Configuration Options

consumerKey

Unique identifier for your plugin tuned to work only on the domain you specified (though localhost and localhost.local will work for any consumer). The consumer key is also used with the logout function and when verifying the received user data with XING

language (optional)

  • en English
  • de German

size (optional)

  • small
  • medium
  • large
  • xlarge

color (optional)

  • green
  • gray

onLoginSucceded (optional event)

  • is called when login was sucessful
  • provides a user token

onLoginFailed (optional event)

  • is called when login failed
  • provides an error
1.1.11

7 years ago

1.1.10

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.0

7 years ago