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

@kano/kwc-auth

v3.0.12

Published

Front end for Kano's authentication flow.

Downloads

108

Readme

<kwc-auth>

Purpose

Front end for Kano's authentication flow.

27/02/2019: Starting refactor to allow for new GDPR and COPPA compliant flow. This will involve the following tasks:

  • remove unnecessary properties
  • remove unnecessary styles
  • Align with brand styles
  • Remove Polymer dependency
  • Add lit-html dependency
  • Investigation on need for typescript
  • Remove Behaviour dep
  • Move behaviour / validation into utility
  • Ensure tabbing and accessability is as expected
  • Show/hide password feature
  • Check username available on blur
  • Validation of other inputs on blur

24/05/2018: The README is out of date. Please proceed with caution.

This component implements view according to the current User Login Journey as descibe in this working document. Please note this link is not guarenteed to be in sync with the component but should be a good guide.

Properties

API

kwc-auth#reset()

Reset the internal state of the auth modal. Essentially

kwc-auth#show*

Auth Flows and Views

This component is very specific to the authentication flow as it is currently specified for the kano apps. It does not contain any logic for completing the authentication flows, that is defered the the context in which the component is used. The views are for collecting the relevant user data so any parent (probably app specific) component can complete the communicaiton with the api and process any responses.

Login | Signup

login

signup

grownups

Forget credentials

The kwc-auth component implements two views to allow a user to enter information in order to recover forgotten credentials. Username recovery flow accepts a valid email address and password recovery asks for a username. (See here for more detail.)

password-reset

username-reminder

## Installation
 * Clone this repository.
 * Run `yarn`

 * To serve locally `yarn serve` - the site will be served on http://localhost:4000/demo

 * If you'd like to change the port that it's running on use `yarn serve --port=4040`

 * yarn add --dev typescript
 * Watch file changes: yarn tsc --watch

## Running Tests

$ yarn test

or to serve your tests while you work 

$ yarn serve-test