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

https://github.com/lmarschall/wembat

Wembat enables developers to authenticate users and encrypt data via the PRF extension of WebAuthn.
https://github.com/lmarschall/wembat

authentication encryption passkeys prf typescript webauthn webauthn-library

Last synced: about 1 year ago
JSON representation

Wembat enables developers to authenticate users and encrypt data via the PRF extension of WebAuthn.

Awesome Lists containing this project

README

          

# Wembat

### The Wembat project provides an easy to setup and simple to use authentication and encryption framework to handle user authentication and data encryption for your web projects.

***The Wembat Backend is an API server to handle calls from the client library and hosts the dashboard. The client library provides all the frontend functionalities.***

**Simple Authentication and Encryption**.
Wembat allows your users to authenticate using their biometrics. You can encrypt sensitive data locally in your browser without the need to care about handling key pairs. Everything is handled for you.

Based on the awesome work of [SimpleWebAuthn](https://github.com/MasterKale/SimpleWebAuthn)

## Dashboard

Manage your applications with an intuitive view.

![alt text](docs/dashboard.png)

## Quickstart

- Setup Wembat backend with the documentation at https://wembat.dev/setup
- Getting started in your application with the documentation at https://wembat.dev/getting-started

## Join

In order to provide a fully functional und updated open source project I'm very open for requests to join this project.