An open API service indexing awesome lists of open source software.

https://github.com/mojoauth/mojoauth-php

Integrate MojoAuth into your PHP application with ease. Our PHP SDK provides seamless support for advanced authentication features such as PassKeys, SMS, OIDC, SAML, Social Sign-In, MFA, FIDO, OTP, and passwordless login. Experience top-tier security and performance with our API-first solution.
https://github.com/mojoauth/mojoauth-php

authentication-backend ciam iam identity login-system passwordless passwordless-authentication passwordless-login php-library php-login php-saml php-sdk

Last synced: 10 months ago
JSON representation

Integrate MojoAuth into your PHP application with ease. Our PHP SDK provides seamless support for advanced authentication features such as PassKeys, SMS, OIDC, SAML, Social Sign-In, MFA, FIDO, OTP, and passwordless login. Experience top-tier security and performance with our API-first solution.

Awesome Lists containing this project

README

          



MojoAuth


PHP SDK

PHP SDK based on MojoAuth APIs.

## Introduction

MojoAuth PHP is a wrapper which provides access to MojoAuth Platform APIs.

MojoAuth provides a secure and delightful experience to your customer with passwordless.
Here, you'll find comprehensive guides and documentation to help you to start working with MojoAuth APIs.

Please visit [here](http://www.mojoauth.com/) for more information.

# Quickstart Guide

## Installation
The MojoAuth PHP SDK can be installed with Composer. Run this command:

```
composer require mojoauth/php-sdk
```

## Configuration
After successful install, you need to define the following MojoAuth Account info in your project anywhere before using the MojoAuth SDK or in the config file of your project:

```