Rudimentary implementation of authentication processflow

This commit is contained in:
djpbessems
2019-01-23 22:08:30 +01:00
parent afd134659b
commit b04b2fb480
6 changed files with 71 additions and 20 deletions

View File

@ -21,7 +21,7 @@ return (object) array(
'DomainNames' => ['*.subdomain.domain.{(tld1|tld2)}'],
'Sqlite' => [
'Path' => '../config/lucidAuth.sqlite.db'
'Path' => '../data/lucidAuth.sqlite.db'
// Relative path to the location where the database should be stored
],