Skip to content

Commit d86b67f

Browse files
committed
Initial commit
0 parents  commit d86b67f

2 files changed

Lines changed: 198 additions & 0 deletions

File tree

.gitignore

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
2+
# Created by https://www.gitignore.io/api/java,gradle,osx,windows,intellij+iml
3+
4+
### OSX ###
5+
*.DS_Store
6+
.AppleDouble
7+
.LSOverride
8+
9+
# Icon must end with two \r
10+
Icon
11+
# Thumbnails
12+
._*
13+
# Files that might appear in the root of a volume
14+
.DocumentRevisions-V100
15+
.fseventsd
16+
.Spotlight-V100
17+
.TemporaryItems
18+
.Trashes
19+
.VolumeIcon.icns
20+
.com.apple.timemachine.donotpresent
21+
# Directories potentially created on remote AFP share
22+
.AppleDB
23+
.AppleDesktop
24+
Network Trash Folder
25+
Temporary Items
26+
.apdisk
27+
28+
29+
### Windows ###
30+
# Windows thumbnail cache files
31+
Thumbs.db
32+
ehthumbs.db
33+
ehthumbs_vista.db
34+
35+
# Folder config file
36+
Desktop.ini
37+
38+
# Recycle Bin used on file shares
39+
$RECYCLE.BIN/
40+
41+
# Windows Installer files
42+
*.cab
43+
*.msi
44+
*.msm
45+
*.msp
46+
47+
# Windows shortcuts
48+
*.lnk
49+
50+
51+
### Java ###
52+
*.class
53+
54+
# BlueJ files
55+
*.ctxt
56+
57+
# Mobile Tools for Java (J2ME)
58+
.mtj.tmp/
59+
60+
# Package Files #
61+
*.jar
62+
*.war
63+
*.ear
64+
65+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
66+
hs_err_pid*
67+
68+
69+
### Gradle ###
70+
.gradle
71+
/build/
72+
73+
# Ignore Gradle GUI config
74+
gradle-app.setting
75+
76+
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
77+
!gradle-wrapper.jar
78+
79+
# Cache of project
80+
.gradletasknamecache
81+
82+
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
83+
# gradle/wrapper/gradle-wrapper.properties
84+
85+
# End of https://www.gitignore.io/api/java,gradle,osx,windows
86+
87+
88+
### Intellij+iml ###
89+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
90+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
91+
92+
# User-specific stuff:
93+
.idea/workspace.xml
94+
.idea/tasks.xml
95+
96+
# Sensitive or high-churn files:
97+
.idea/dataSources/
98+
.idea/dataSources.ids
99+
.idea/dataSources.xml
100+
.idea/dataSources.local.xml
101+
.idea/sqlDataSources.xml
102+
.idea/dynamic.xml
103+
.idea/uiDesigner.xml
104+
105+
# Gradle:
106+
.idea/gradle.xml
107+
.idea/libraries
108+
109+
# Mongo Explorer plugin:
110+
.idea/mongoSettings.xml
111+
112+
## File-based project format:
113+
*.iws
114+
115+
### Intellij+iml Patch ###
116+
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
117+
118+
*.iml
119+
modules.xml
120+
.idea/misc.xml
121+
*.ipr
122+
123+
# End of https://www.gitignore.io/api/intellij+iml
124+
125+
.idea/*

README.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
# Guardian Java
2+
3+
[![Build][travis-ci-badge]][travis-ci-url]
4+
[![MIT][mit-badge]][mit-url]
5+
[![Maven][maven-badge]][maven-url]
6+
[![JCenter][jcenter-badge]][jcenter-url]
7+
[![codecov][codecov-badge]][codecov-url]
8+
9+
Java library for Auth0's [Guardian](https://auth0.com/multifactor-authentication) platform.
10+
11+
## Download
12+
13+
Get Guardian Java via Maven:
14+
15+
```xml
16+
<dependency>
17+
<groupId>com.auth0</groupId>
18+
<artifactId>guardian</artifactId>
19+
<version>0.0.1</version>
20+
</dependency>
21+
```
22+
23+
or Gradle:
24+
25+
```gradle
26+
compile 'com.auth0:guardian:0.0.1'
27+
```
28+
29+
## Documentation
30+
31+
For more information about [auth0](http://auth0.com) check our [documentation page](http://docs.auth0.com/).
32+
33+
## What is Auth0?
34+
35+
Auth0 helps you to:
36+
37+
* 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**.
38+
* Add authentication through more traditional **[username/password databases](https://docs.auth0.com/mysql-connection-tutorial)**.
39+
* Add support for **[linking different user accounts](https://docs.auth0.com/link-accounts)** with the same user.
40+
* Support for generating signed [Json Web Tokens](https://docs.auth0.com/jwt) to call your APIs and **flow the user identity** securely.
41+
* Analytics of how, when and where users are logging in.
42+
* Pull data from other sources and add it to the user profile, through [JavaScript rules](https://docs.auth0.com/rules).
43+
44+
## Create a free Auth0 Account
45+
46+
1. Go to [Auth0](https://auth0.com) and click Sign Up.
47+
2. Use Google, GitHub or Microsoft Account to login.
48+
49+
## Issue Reporting
50+
51+
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.
52+
53+
## Author
54+
55+
[Auth0](https://auth0.com)
56+
57+
## License
58+
59+
This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.
60+
61+
62+
<!-- Vars -->
63+
64+
[travis-ci-badge]: https://travis-ci.org/auth0/Guardian.java.svg?branch=master
65+
[travis-ci-url]: https://travis-ci.org/auth0/Guardian.java
66+
[mit-badge]: http://img.shields.io/:license-mit-blue.svg?style=flat
67+
[mit-url]: https://raw.githubusercontent.com/auth0/Guardian.java/master/LICENSE
68+
[maven-badge]: https://img.shields.io/maven-central/v/com.auth0/guardian.svg
69+
[maven-url]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.auth0%22%20AND%20a%3A%22guardian%22
70+
[jcenter-badge]: https://api.bintray.com/packages/auth0/java/guardian/images/download.svg
71+
[jcenter-url]: https://bintray.com/auth0/java/guardian/_latestVersion
72+
[codecov-badge]: https://codecov.io/gh/auth0/Guardian.java/branch/master/graph/badge.svg
73+
[codecov-url]: https://codecov.io/gh/auth0/Guardian.java

0 commit comments

Comments
 (0)