Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #9

Merged
merged 5 commits into from
Oct 18, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update README.md
  • Loading branch information
kj84park committed Oct 18, 2021
commit d7a2f368caf3d8d7061e3370724bfc6e19857b82
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#What is this PR for?
# What is this PR for?

## Overview or reasons
- Please explain the contents.
Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ Basically, FIDO2 has the following operations - Registration, Authentication.
<img src="images/chrome_android_fingerprint_auth.GIF" height="500" align="center" alt="registration_flow"/>

## Modules
- server: A FIDO2 server implementation conforming to the FIDO2 standard
- server: The FIDO2 server implementation conforming to the FIDO2 standard
- common: FIDO2 related common models
- rp-server: A sample application with a FIDO2 RP implementation
- spring-boot-stater: A spring-boot-starter version of the LINE FIDO2 server application that can be easily integrated into a Spring Boot environment
- rp-server: The sample application with a FIDO2 RP implementation
- spring-boot-stater: The spring-boot-starter version of the LINE FIDO2 server application that can be easily integrated into a Spring Boot environment

## Features
- Supported attestation types
Expand Down Expand Up @@ -112,6 +112,14 @@ jar {
}
```

## API

### Swagger UI
After running the application, you can view the Swagger UI here.
- rpserver: http:https://localhost:8080/swagger-ui.html
- server: http:https://localhost:8081/swagger-ui.html


## References
`LINE Engineering Blogs`
- [FIDO at LINE: A First Step to a World Without Passwords](https://engineering.linecorp.com/en/blog/fido-at-line/)
Expand Down