Skip to content

Commit

Permalink
Update README.md (line#9)
Browse files Browse the repository at this point in the history
* Update README.md
  • Loading branch information
kj84park committed Oct 18, 2021
1 parent 13da588 commit 2efce0b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
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
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# LINE FIDO2 SERVER

![Stars](https://img.shields.io/github/stars/line/line-fido2-server.svg?style=social)
![Repo Size](https://img.shields.io/github/repo-size/line/line-fido2-server)
![License Apache-2.0](https://img.shields.io/github/license/line/line-fido2-server)
![Top Language](https://img.shields.io/github/languages/top/line/line-fido2-server)
![Spring Boot](https://img.shields.io/badge/Spring%20Boot-2.4.3-green)
![Java version](https://img.shields.io/badge/Java-1.8-green)
![Data base](https://img.shields.io/badge/DataBase-MySQL%2FH2%2FRedis-blue)
![Last Commit](https://img.shields.io/github/last-commit/line/line-fido2-server)
> **FIDO2(WebAuthn) Server officially certified by FIDO Alliance**
<img src="images/fido2_certificate.jpg" height="500" align="center" alt=""/>

Expand Down Expand Up @@ -45,10 +56,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 +123,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

0 comments on commit 2efce0b

Please sign in to comment.