First of all, you must consider using 3rd party(Facebook, Microsoft ID, Google ID and Twitter ID) or Active Directory authentication.
Private member registration controller.
Mobile client POST members and MemberGameInfoes object as json format.
Insert on members and MemberGameInfoes table.
Send memberID as guid(or 3rd party provider generated unique value) from client or unique value to fill out of info as blank values.
.
More...
First of all, you must consider using 3rd party(Facebook, Microsoft ID, Google ID and Twitter ID) or Active Directory authentication.
Private member registration controller.
Mobile client POST members and MemberGameInfoes object as json format.
Insert on members and MemberGameInfoes table.
Send memberID as guid(or 3rd party provider generated unique value) from client or unique value to fill out of info as blank values.
.
- Author
- Dae Woo Kim
- Parameters
-
| members | and MemberGameInfoes object |
- Returns
- string value "2" affected rows count
- See also
- uspInsRegMember SP, BehaviorID : B02
- Todo:
- apply auth module. change return value to inserted data as json