Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
egregors committed Jul 12, 2024
1 parent 4381c07 commit 1365253
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,14 @@
<h1>🔑 passkey</h1>

`passkey` is a Go library for implementing WebAuthn services, providing
</div>

* user management
* credential handling
* session management
* middleware support

It allows for secure registration and login using WebAuthn. Additionally, an example usage of the library is provided.

[![Build Status](https://github.com/egregors/passkey/workflows/build/badge.svg)](https://github.com/egregors/passkey/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/egregors/passkey)](https://goreportcard.com/report/github.com/egregors/passkey)
[![Coverage Status](https://coveralls.io/repos/github/egregors/passkey/badge.svg?branch=main)](https://coveralls.io/github/egregors/passkey?branch=main)
[![godoc](https://godoc.org/github.com/egregors/passkey?status.svg)](https://godoc.org/github.com/egregors/passkey)

</div>

---

## Table of Contents
Expand Down

0 comments on commit 1365253

Please sign in to comment.