Skip to content

This porject is authentication provider authkey development & testing project for CloudBread game server engine

License

Notifications You must be signed in to change notification settings

CloudBreadProject/CloudBread-Dev-Authkey-Gen-Android

Repository files navigation

CloudBread-Dev-Authkey-Gen-Android

This porject is authentication provider authkey development & testing project for CloudBread game server engine

##Installation guide Fork this project to your repository and open it in Android Studio.

Change MainActivity.java file code to your Authenticated Server

mClient = new MobileServiceClient(
     "https://yourservername.azurewebsites.net",
    this
);

Change MainActivity.java file property of MobileServiceAuthenticationProvider to your authentication setting.

ListenableFuture<MobileServiceUser> mLogin = mClient.login(MobileServiceAuthenticationProvider.Facebook);

Build and execute app. Click Generate auth key and logon to authentication provider. Now you should copy auth key for deveopment purpose and paste the key at Postman request header x-zumo-auth value.

For more information, follow up the official project wiki document https://github.com/CloudBreadProject/CloudBread/wiki

License : MIT

About

This porject is authentication provider authkey development & testing project for CloudBread game server engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages