Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/velliz/floors
Floors is login as-a service (LAAS) platform
https://github.com/velliz/floors
credentials login-system web-app
Last synced: 25 days ago
JSON representation
Floors is login as-a service (LAAS) platform
- Host: GitHub
- URL: https://github.com/velliz/floors
- Owner: Velliz
- License: gpl-3.0
- Created: 2016-11-30T08:55:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T15:54:09.000Z (over 6 years ago)
- Last Synced: 2024-04-12T13:28:41.394Z (9 months ago)
- Topics: credentials, login-system, web-app
- Language: JavaScript
- Homepage:
- Size: 10.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Floors [ON GOING]
> Floors is on going to beta version on June 2017.
Login is the most implemented and boring feature because its repeated in every single web app i ever build.
Floors is PHP based **login as-a service** platform for **single sign on** distributed web apps that solving boring problem i faced.
Built with credentials integrations support with facebook, google and twitter out of the box with only configuration without coding.
Let's make login feature fun again with floors!### Installations
Wanna try? just hit:
```
composer create-project -s dev velliz/floors project_name
```### Setup
- Database setup:
Import provided **floors.sql** into your MySQL or MariaDB engine.
Then setup the database connection from **config/database.php**```php
return array(
'dbType' => 'mysql',
'host' => 'localhost',
'user' => 'root',
'pass' => '',
'dbName' => 'floors',
'port' => 3306
);
```- First use setup:
To add a default operator access and apps you can open the **http://localhost/setup**
### Main features
```
* thrid party app management
* authorization
* users log
* roles and credentials
```### Login features
```
* Google Accounts
* Floors Account
```### About
Floors is build on top [Puko Framework](https://github.com/Velliz/pukoframework)