jasny / sso

Simple Single Sign-On for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to implement SSOServer using database?

ZulfikarAkbar opened this issue · comments

Hi, thank u for the code in server side , but i dont understand when I change static variable array to database using multidimension assoc array in PHP. Can u help me please?

this my development code:

server.zip

You need to implement getUserInfo() to load data from the database. The exact implementation of that is outside the scope of this lib.