A collection of TypeScript libraries for simpler FedCM (Federated Credential Management) integration.
@fedcm/server
: Library to simplify handling of FedCM requests on the server.
- Clone this repository or make a fork if you plan to submit your changes.
- Setup
pnpm
. - Run
pnpm install
to install the required dependencies. - Make your changes.
- Run
pnpm run test
to test your changes (make sure to include new tests if you add new functionality). - Commit the changes to a new branch and push them to your fork.
- Create a new Pull Request.
Licensed under the MIT License.