- Notifications
You must be signed in to change notification settings - Fork1
Java Spring Boot repository of a sample app that offers passkey authentication.
License
corbado/example-passkeys-java-spring-boot
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a sample implementation of a Java Spring Boot application that offers passkey authentication. For simple passkey-first authentication, the Corbado UI component is used.
Please see thefull blog post to understand the detailed steps needed to integrate passkeys into Java Spring Boot apps.
├── complete| ├── src/main| | ├── java/com/corbado/springboot| | | ├── FrontendController.java # Main controller which renders the HTML templates| | || | └── resources| | ├── application.properties # Contains the environment variables| | └── templates| | ├── index.html # Login page with the Corbado UI component| | └── profile.html # Profile page with user information| └── pom.xml # Contains info about the project and implementation detailsPlease follow the steps inGetting started to create and configurea project in theCorbado developer panel.
Renamecomplete/src/main/resources/applications.properties.example tocomplete/src/main/resources/applications.properties and paste your Corbado project ID and api secret.
Then, you can run the project locally by executing the following command inside the/complete folder:
./mvnw spring-boot:run
You can access the server viahttp://localhost:8080/
About
Java Spring Boot repository of a sample app that offers passkey authentication.
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.