https://github.com/fusionauth/fusionauth-example-java
An example of using the java client
https://github.com/fusionauth/fusionauth-example-java
example fusionauth java
Last synced: 10 months ago
JSON representation
An example of using the java client
- Host: GitHub
- URL: https://github.com/fusionauth/fusionauth-example-java
- Owner: FusionAuth
- Created: 2020-05-07T18:01:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T05:55:04.000Z (over 1 year ago)
- Last Synced: 2025-04-05T17:38:06.232Z (10 months ago)
- Topics: example, fusionauth, java
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# FusionAuth Java Client example
Basic example of the FusionAuth Java client libraries.
Configure this by updating the `application.properties` file with your API key and the location of your FusionAuth server.
Then run `mvn clean compile`.
Then you should be able to run each of these classes as a standalone application.
For example: `mvn exec:java -Dexec.mainClass="io.fusionauth.example.CreateApplication"`
Full blog post here: https://fusionauth.io/blog/2020/05/21/using-java-to-manage-fusionauth