-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
add digits oauth provider #2284
Conversation
@ranhsd Did you try it? |
Hi @flovilmart yes and it worked. In order to use it you need to specify "digits" in the provider name and send the token, secret token and digits user id. in iOS it looks like:
|
THanks for awesome work, curious if anyone uses auth0 with parse-server and what would be the better practice to make it work together. |
@ranhsd Would it be possible to also add the verified email that Digits provides from the authenticated user directly into the Parse "email verified" field? Something similar to this - https://github.com/felix-dumit/PFUser-Digits/blob/master/user.js |
@benitech not sure we're gonna rely on those provided fields automatically as we're using those providers for identity and authentication purposes. also it's very easy to include that into a beforeSave to fill up a user's info. |
Hello, I hope I'm not a bother, I'm still learning and need some help with this. How I went about trying to integrate digits with Parse server is this:
the issue i faced was shell script invocation error when i added a run script build phase which was the second step in the "digits for iOS" installation guide. am i not getting the steps right? i'm really sorry if this is such a simple question. _oh right, could it be that i'm writing the code in swift but the files I pulled in (_step 3*) was written in objC? I'm really stuck, please help me out. thank you! |
pull request for issue #2280