Skip to content

TransmitSecurity/Feb27Workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transmit Security Webinar - February 27th, 2024

This repository contains three branches:

  • main: shows a full passkey integration, with autofill
  • adding-passkeys-starter is the starting point of the webinar, a base code to learn how to implement passkeys in a project, with Transmit Security
  • adding-passkeys-solution is the solution of the webinar, where passkeys are integrated (without autofill)

Prerequistes

Software installed:

  • git
  • NodeJS 18.6+, with npm
  • A Javascript IDE, we recommend VSCode

Getting started

Clone this repository, make sure to select the branch adding-passkeys-starter

git clone -b adding-passkeys-starter https://github.com/TransmitSecurity/Feb27Workshop.git

Install the project dependencies. Make sure you have NodeJS 18.6 or higher.

npm install

Start the demo

npm run dev

Follow the webinar ! You also have the documentation in ./docs/add-passkeys.md.

Resources

You can use NVM to manage multiple versions of NodeJS

About

February 27 2024 workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published