You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Credentials credentials = client.login("{username or email}", "{password}")
67
+
.setConnection("{database connection name}")
68
+
.execute();
69
+
```
70
+
71
+
## Documentation
72
+
73
+
For more information about [auth0](http://auth0.com) check our [documentation page](http://docs.auth0.com/).
74
+
75
+
## What is Auth0?
76
+
77
+
Auth0 helps you to:
78
+
79
+
* Add authentication with [multiple authentication sources](https://docs.auth0.com/identityproviders), either social like **Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce, amont others**, or enterprise identity systems like **Windows Azure AD, Google Apps, Active Directory, ADFS or any SAML Identity Provider**.
80
+
* Add authentication through more traditional **[username/password databases](https://docs.auth0.com/mysql-connection-tutorial)**.
81
+
* Add support for **[linking different user accounts](https://docs.auth0.com/link-accounts)** with the same user.
82
+
* Support for generating signed [Json Web Tokens](https://docs.auth0.com/jwt) to call your APIs and **flow the user identity** securely.
83
+
* Analytics of how, when and where users are logging in.
84
+
* Pull data from other sources and add it to the user profile, through [JavaScript rules](https://docs.auth0.com/rules).
85
+
86
+
## Create a free Auth0 Account
87
+
88
+
1. Go to [Auth0](https://auth0.com) and click Sign Up.
89
+
2. Use Google, GitHub or Microsoft Account to login.
90
+
91
+
## Issue Reporting
92
+
93
+
If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues.
94
+
95
+
## Author
96
+
97
+
[Auth0](auth0.com)
98
+
99
+
## License
100
+
101
+
This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.
0 commit comments