vuba / oidc-user
Sprinkle for extending the User model.
dev-master
2017-12-03 11:20 UTC
Requires
- chadicus/slim-oauth2: 3.1.2
- ramsey/uuid: ^3.0
- vuba/authstack: dev-master
This package is auto-updated.
Last update: 2026-02-14 06:21:37 UTC
README
Example sprinkle for extending the User class to contain additional fields.
Installation
Edit UserFrosting app/sprinkles.json and add the following to the require list : "userfrosting/oidc-user": "dev-master". Also add oidc-user to the base list. For example:
{
"require": {
"vuba/oidc-user": "dev-master"
},
"base": [
"core",
"account",
"admin",
"oidc-user"
]
}
Update Composer
- Run
composer updatefrom the root project directory.
Run migration
- Run
php bakery bakefrom the root project directory.