How to add 'Sign in with Apple' support?

Is it possible to add Sign in with Apple support to my 2.8.4 Parse Server, without updating it?

According to documentation, Apple sign in was added withParse Server 3.5.0. So you have to update your server.

1 Like

We do not support old version of parse, if you want to access to new features/bug fixes you need to update your parse server.

Since parser server is an open source project, you can fork it, and then with a quick code analysis you can transfer the apple auth adapter into your forked parse server version.

Since auth adapters API do not really change last year’s, I think it could be an easy copy and past operation.

Check the AuthAdapters in the parse server repo.

2 Likes

Please avoid cross-posting, as mostly the same people are active on either site (Parse Community Forum, GitHub, StackOverflow). Instead, please pick the most appropriate site to post and if you don’t get a satisfactory answer within reasonable time and you decide to post on another site, please make sure to link the posts with each other.

2 Likes