npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@loginid/websdk3

v1.2.0

Published

The LoginID Web SDK provides a comprehensive solution for integrating passkey-based authentication into web applications. This SDK leverages the Web Authentication (WebAuthn) API for creating and managing passkeys, facilitating a more secure and user-frie

Downloads

73

Readme

LoginID Web SDK

The LoginID Web SDK provides a comprehensive solution for integrating passkey-based authentication into web applications. This SDK leverages the Web Authentication (WebAuthn) API for creating and managing passkeys, facilitating a more secure and user-friendly authentication experience.

Features

  • Passkey Authentication: Simplifies the process of authenticating users with passkeys, aligning with modern security standards.
  • Device Compatibility Checks: Includes utilities to determine if the user's device supports passkeys.
  • WebAuthn Integration: Utilizes the WebAuthn standard for creating and retrieving credentials, offering robust security features.
  • Comprehensive Passkey Management: Offers functionalities to manage passkeys, including creation, registration, and authentication, as well as managing passkey details (e.g., renaming, listing, and deletion).

Installation

To integrate the LoginID Web SDK into your project, run the following command:

npm install @loginid/websdk3

How to Use

License

This project is licensed under the ISC License.

ISC License (Internet Systems Consortium License)

The ISC License is a simple and permissive open-source software license. It is similar in spirit to the MIT and BSD licenses. Here are the key points to understand about the ISC License:

  • Permission to Use: You are granted the permission to use, copy, modify, and distribute the software for any purpose, whether for personal, educational, or commercial use.
  • No Warranty: The software is provided "as is," without any warranties. The author or maintainer of the software is not liable for any issues or damages arising from its use.
  • Redistribution: You are free to redistribute the software in its original source code or compiled binary form, provided you include the original copyright notice and the ISC License text.
  • Minimalistic: The ISC License is known for its minimalistic and concise text, making it easy to understand and comply with.

Summary

The ISC License is a straightforward and permissive license that encourages collaboration and the free use of software in your projects. It offers the freedom to modify, share, and build upon software while requiring minimal legal documentation. You can use software under the ISC License for personal, educational, or commercial purposes.

For more details, please refer to the full text of the ISC License.

Link to ISC License ISC License (Full Text)

Contact and Support