Skip to content

FusionAuth/fusionauth-example-php-connector

insecure-legac…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 3 commits ahead, 20 commits behind master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

PHP Legacy App

This repository contains a PHP legacy application with home rolled authentication. It's not very secure, any account with a password of 'password' is logged in.

Prerequisites

  • A modern PHP
  • This repo

Setup

  • Clone this repo and change directory into it.
  • Run composer install.
  • Start a webserver: php -S 0.0.0.0:8000 . This should not be used for production.

To use

  • Go to http://localhost:8000 and login.
  • Any username with a password of password will be authenticated.

About

Example application for use with a generic Connector.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages