openPanfu / InformationServer

Open-Source implementation of the Flex remoting server of Panfu.
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

API for things like Sessions #4

Closed altro50 closed 6 years ago

altro50 commented 6 years ago

This could be useful for CMS writers (like creating a Session ticket for amfConnectionService::doLoginSession).

altro50 commented 6 years ago

Related to #3

ChristiaanDev commented 6 years ago

We could consider creating a CMS in a well documented framework (Laravel) and merging the InformationServer with the CMS. This would make it easy to maintain and easy to develop for. Lmk your opinion on this idea/suggestion.

altro50 commented 6 years ago

Well, if CMS creators have access to the DB, they might as well set the ticketId, and use that for the session ID that's given in amfConnectionService::doLoginSession.