Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr authored Jun 19, 2024
1 parent 5c5eeac commit d628529
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# micro-otp

One Time Password generation via [RFC 6238](https://datatracker.ietf.org/doc/html/rfc6238).

## Switch to [micro-key-producer](https://github.com/paulmillr/micro-key-producer)
> [!WARNING]
> The repository has been merged into [micro-key-producer](https://github.com/paulmillr/micro-key-producer). Please head to the new repo for updates.
The package has been integrated into micro-key-producer. It is now deprecated.
npm install micro-key-producer

---

One Time Password generation via [RFC 6238](https://datatracker.ietf.org/doc/html/rfc6238).


```ts
import * as otp from 'micro-otp';

Expand Down

0 comments on commit d628529

Please sign in to comment.