An open API service indexing awesome lists of open source software.

https://github.com/knwoop/fedcm-example


https://github.com/knwoop/fedcm-example

fedcm golang javascript typescript

Last synced: about 1 year ago
JSON representation

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:

![Screen_Recording_2022-12-27_at_8_17_59_AdobeExpress](https://user-images.githubusercontent.com/13586089/209588118-4dd8e2a0-6d0d-46e3-90d1-5cf8e92c8b81.gif)

## 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/
```