Skip to content

Commit

Permalink
Merge pull request #24 from fossabot/add-license-scan-badge
Browse files Browse the repository at this point in the history
Add license scan report and status
  • Loading branch information
VPKSoft committed Nov 19, 2023
2 parents 5570372 + 2e8a685 commit 77626ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# gauth-decode
A NPM package to decode Google Authenticator export data
[![npm](https://img.shields.io/npm/v/gauth-decode)](https://www.npmjs.com/package/gauth-decode)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FVPKSoft%2Fgauth-decode.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FVPKSoft%2Fgauth-decode?ref=badge_shield)

## Usage
```typescript
Expand Down Expand Up @@ -41,3 +42,7 @@ Contained URI data: `otpauth-migration://offline?data=Ch8KBdFBKZJTEgpUZXN0IFRva2
## Thanks to
* [google-authenticator-exporter](https://github.com/krissrex/google-authenticator-exporter) project to which the entire code is based upon.
* [TypeScript NPM Package Publishing: A Beginner’s Guide](https://pauloe-me.medium.com/typescript-npm-package-publishing-a-beginners-guide-40b95908e69c)


## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FVPKSoft%2Fgauth-decode.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FVPKSoft%2Fgauth-decode?ref=badge_large)

0 comments on commit 77626ad

Please sign in to comment.