Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shisama/my-first-webauthn
https://github.com/shisama/my-first-webauthn
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/shisama/my-first-webauthn
- Owner: shisama
- Created: 2020-11-30T10:23:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-30T10:23:54.000Z (almost 4 years ago)
- Last Synced: 2024-04-15T04:37:17.194Z (7 months ago)
- Language: JavaScript
- Size: 103 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebAuthn / FIDO2 API Codelab
This folder contains the source code for the WebAuthn / FIDO2 API codelab. It gives an introduction into implementing FIDO2 API,
- https://codelabs.developers.google.com/codelabs/webauthn-reauth/
- https://codelabs.developers.google.com/codelabs/fido2-for-android/### License
```
Copyright 2019 Google, Inc.Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.
```