parse-server

How to authenticate a user in Parse iOS SDK using OAuth?

僤鯓⒐⒋嵵緔 提交于 2019-11-27 16:50:15
问题 Parse Server offers OAuth authentication. How can I use the Parse Server's predefined OAuth modules, e.g. Facebook, to sign up a new user or login an existing user of the '_User' class? The Parse Server docs give examples on how to configure the OAuth modules. But how do I use it in an iOS project to login or signup a user? 回答1: 1, create a class extends from both NSObject and PFUserAuthenticationDelegate. class AuthDelegate:NSObject, PFUserAuthenticationDelegate { func

How can I host my own Parse Server on Heroku using MongoDB? [closed]

穿精又带淫゛_ 提交于 2019-11-27 05:04:16
问题 (To be clear, Im asking this question so as to provide the answer I found in an effort to help others that have been similarly affected by the Parse closure) Parse.com recently anounced that they are closing shop January 2017 but thankfully they have made their Parse Server software open source so we can all host our own Parse server instances. I have looked into the various options available for hosting Parse Server and have decided to host mine on Heroku I loved Parse because it was so easy

Enabling Reset Password and email verification for parse-server hosted locally

不打扰是莪最后的温柔 提交于 2019-11-27 01:41:34
问题 I am trying to enable reset password and email verification for my parse-server-example installed locally. I could see we have https://github.com/parse-server-modules/parse-mailgun. But I am not clear how to use parse-mailgun in parse-server-example, I am completely lost with it. Can somebody explain or suggest steps to enable it? Regards Atul 回答1: Create account with MailGun, and get apiKey and Domain from its website. Copy and Paste below configuration under index.js file of your parse