Skip to content

Commit 79cdf67

Browse files
Update README.md
1 parent 3158457 commit 79cdf67

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Complete passkeys integration example for Spring Boot with Corbado
1+
# Passkey integration example for Java Spring Boot
22

3-
This is a sample implementation of the Corbado web component being integrated into a web application built with Spring.
3+
This is a sample implementation of a Java Spring Boot application that offers passkey authentication. For simple passkey-first authentication, the Corbado web component is used.
44

55
## File structure
66

@@ -9,12 +9,12 @@ This is a sample implementation of the Corbado web component being integrated in
99
| ├── src/main
1010
| | ├── java/com/corbado/springboot
1111
| | | ├── FrontendController.java # Main controller which renders the HTML templates
12-
| | | └── JsonReader.java # Fetches json from web URLs
12+
| | | └── JsonReader.java # Fetches JSONs from web URLs
1313
| | |
1414
| | └── resources
1515
| | ├── application.properties # Contains the environment variables
1616
| | └── templates
17-
| | ├── index.html # Login page with the webcomponent
17+
| | ├── index.html # Login page with the Corbado web component
1818
| | └── profile.html # Profile page with user information
1919
| └── pom.xml # Contains info about the project and implementation details
2020
```
@@ -24,11 +24,11 @@ This is a sample implementation of the Corbado web component being integrated in
2424
Please follow the steps in [Getting started](https://docs.corbado.com/overview/getting-started) to create and configure
2525
a project in the [Corbado developer panel](https://app.corbado.com/signin#register).
2626

27-
Paste your project ID in the applications.properties file.
27+
Paste your Corbado project ID in the applications.properties file.
2828

2929
## Usage
3030

31-
Then you can run the project locally by executing the following command inside the /complete folder:
31+
Then you can run the project locally by executing the following command inside the `/complete` folder:
3232

3333
```bash
3434
./mvnw spring-boot:run

0 commit comments

Comments
 (0)