https://github.com/knwoop/fedcm-example
https://github.com/knwoop/fedcm-example
fedcm golang javascript typescript
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/knwoop/fedcm-example
- Owner: knwoop
- Created: 2022-12-20T05:05:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T15:48:52.000Z (over 3 years ago)
- Last Synced: 2025-04-10T12:36:53.995Z (about 1 year ago)
- Topics: fedcm, golang, javascript, typescript
- Language: TypeScript
- Homepage:
- Size: 1010 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fedcm-example
This is [Federated Credential Management API(FedCM)](https://fedidcg.github.io/FedCM/) example code
:warning::warning: Please don't ever use this on a production env :warning::warning:

## How to use
1. install packages
```
$ make install
```
2. run server and client web app
```
$ make run
```
3. access the link below in your browser
```
$ open http://localhost:3000/
```