You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReadMe.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
1
# Wembat
2
2
3
-
### The Wembat framework can be used to authenticate users and encrypt data locally via the prf extension of webauthn. 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.
3
+
### 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.
4
4
5
+
***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.***
5
6
6
-
**Simple Authenticate and Encrypt**.
7
-
Wembat allows user 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.
7
+
8
+
**Simple Authentication and Encryption**.
9
+
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.
8
10
9
11
Based on the awesome work of [SimpleWebAuthn](https://github.com/MasterKale/SimpleWebAuthn)
0 commit comments