Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server returns 'test value firstName' and lots of other issues. Is the Cosync service still being maintained? #6

Open
agape-apps opened this issue Jul 30, 2021 · 1 comment

Comments

@agape-apps
Copy link

Hi Richard Krueger, I just tried the sample React native app. I really like theCosync service as it was easy to get started and would like to use it for my app. I found Cosync through one of your articles on Medium.

But there are quite a few issues with the app and the service, therefore first of all:

Is the Cosync service still being maintained? Will the service still be available in 12 months?

One reason I ask, is because the certificate of the https://cosync.io domain is expired. Also the React Native package https://www.npmjs.com/package/cosync-jwt-react-native only gets about one download per week, showing very slow adoption. Another reason is, because the change-log 'blog' has not been updated for about 10 months.

I will bring up just this issue now which I had with the demo app: The global.userData.data which is metaData presumably returned from the server all shows test value ... instead of the name:

global.userData.data 
{"status":"active","createdAt":"2021-07-30T07:21:39.000Z","updatedAt":"2021-07-30T07:21:39.000Z",
"handle":"user-bbb@email.com",
"twoFactorPhoneVerification":false,"twoFactorGoogleVerification":false,
"appId":"143b39f20f3643019ee60bf5b353cc6a",

"metaData":{"user_data":{"name":{"first":"test value firstName","last":"test value lastName"},"email":"test value email"}},

"lastLogin":"2021-07-30T07:21:54.000Z"}

from the console log

@rckrueger
Copy link
Contributor

Yes the Cosync service is still being maintained. We got sidetracked this last month working on a self-hosted version of the CosyncJWT service. This new service will allow you to run a CosyncJWT authentication server on your own host and administer it through the Cosync Portal. We fixed the certificate issue with https://cosync.io - turned out that the associated credit card for the certification renewal had expired. I will look into the metadata issue that you brought up.

Richard Krueger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants