DeveloppeurPascal / Passwordless-Authentication-Basics

Basic pages and scripts to manage a password less user account on a website.

Home Page:https://trucs-de-developpeur-web.fr/acces-par-email-sans-mot-de-passe-en-mode-passwordless-authentication.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Passwordless Authentication Basics

Cette page en français.

Basis for supporting a password-free member area on a website.

Authentication will be based on an email address (as many (too many) websites do).

In the case of email access, a unique time-limited URL is sent by email. Visiting this URL activates the connection (and registration) to the member area for this email address. The address is valid only once.

Password-less authentication by email is clearly a technique to be avoided, as it's the first thing hackers hack. Even if this repository is technically functional, I don't recommend using it when private, personal or sensitive data is available after authentication.

Install

To download this project you better should use "git" command but you also can download a ZIP from its GitHub repository.

Warning : if the project has submodules dependencies they wont be in the ZIP file. You'll have to download them manually.

A database SQL file contains the description of the "users" table used by PHP programs. You need to add it to your database and configure the program settings in the ./src/protected/config-dist.inc.php file by copying it as explained in it.

How to ask a new feature, report a bug or a security issue ?

If you want an answer from the project owner the best way to ask for a new feature or report a bug is to go to the GitHub repository and open a new issue.

If you found a security issue please don't report it publicly before a patch is available. Explain the case by sending a private message to the author.

You also can fork the repository and contribute by submitting pull requests if you want to help. Please read the CONTRIBUTING.md file.

Dual licensing model

This project is distributed under AGPL 3.0 or later license.

If you want to use it or a part of it in your projects but don't want to share the sources or don't want to distribute your project under the same license you can buy the right to use it under the Apache License 2.0 or a dedicated license (contact the author to explain your needs).

Support the project and its author

If you think this project is useful and want to support it, please make a donation to its author. It will help to maintain the code and binaries.

You can use one of those services :

or if you speack french you can subscribe to Zone Abo on a monthly or yearly basis and get a lot of resources as videos and articles.

About

Basic pages and scripts to manage a password less user account on a website.

https://trucs-de-developpeur-web.fr/acces-par-email-sans-mot-de-passe-en-mode-passwordless-authentication.html

License:GNU Affero General Public License v3.0


Languages

Language:PHP 100.0%