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

Add support for flash registration #16

Closed altro50 closed 6 years ago

altro50 commented 6 years ago

Aka registration-20130418 / panfu-registration-20130418 Requires amfRegistrationService to be implemented:

amfRegistrationService.register(RegisterVO) amfRegistrationService.checkEmailAddress(String (email address)) amfRegistrationService.checkUserName(String (Username)) amfRegistrationService.loadUsernameSuggestions(String (last username), String (Gender), Int (Unknown, always 1))

Optional (Can also just be stubbed)

amfConnectionService.setEmailAddress(Int (User Id (why tho?)), String (Email))

altro50 commented 6 years ago

Implemented as of 086c811