feat: 초기 프로젝트 설정 및 룰.md 파일 추가
This commit is contained in:
47
api.hyungi.net/node_modules/@simplewebauthn/server/README.md
generated
vendored
Normal file
47
api.hyungi.net/node_modules/@simplewebauthn/server/README.md
generated
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
# @simplewebauthn/server <!-- omit in toc -->
|
||||
|
||||

|
||||
[](https://www.npmjs.com/package/@simplewebauthn/server)
|
||||
[](https://jsr.io/@simplewebauthn/server)
|
||||
|
||||
- [Installation](#installation)
|
||||
- [Node LTS 20.x and higher](#node-lts-20x-and-higher)
|
||||
- [Deno v1.43 and higher](#deno-v143-and-higher)
|
||||
- [Documentation](#documentation)
|
||||
- [Supported Attestation Formats](#supported-attestation-formats)
|
||||
|
||||
## Installation
|
||||
|
||||
This package can be installed from **[NPM](https://www.npmjs.com/package/@simplewebauthn/server)**
|
||||
and **[JSR](https://jsr.io/@simplewebauthn/server)**:
|
||||
|
||||
### Node LTS 20.x and higher
|
||||
|
||||
```sh
|
||||
npm install @simplewebauthn/server
|
||||
```
|
||||
|
||||
### Deno v1.43 and higher
|
||||
|
||||
```sh
|
||||
deno add jsr:@simplewebauthn/server
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
You can find in-depth documentation on this package here:
|
||||
https://simplewebauthn.dev/docs/packages/server
|
||||
|
||||
## Supported Attestation Formats
|
||||
|
||||
SimpleWebAuthn supports
|
||||
[all current WebAuthn attestation formats](https://w3c.github.io/webauthn/#sctn-defined-attestation-formats),
|
||||
including:
|
||||
|
||||
- **Android Key**
|
||||
- **Android SafetyNet**
|
||||
- **Apple**
|
||||
- **FIDO U2F**
|
||||
- **Packed**
|
||||
- **TPM**
|
||||
- **None**
|
||||
Reference in New Issue
Block a user