PHP WEBAUTHN Client
  • PHP Webauthn Client
    • Introduction
    • Requirements
    • How to install
  • Registration
    • Introduction
    • Create Params
    • Callback
  • Authentication
    • Introduction
    • Create params
    • Callback
  • Options - Informations
    • Secure the session
Powered by GitBook
On this page
  1. Authentication

Introduction

This section try to explain how to do to authenticate the user with his device.

There are two steps :

  • Create the parameters to send to the client

  • Receive the result from the client to get the datas of the device

PreviousCallbackNextCreate params