quavedev / accounts-apple

Sign in with Apple OAuth2 handler for Meteor.
MIT License
2 stars 4 forks source link

Upgrade to Meteor 3.0 #5

Closed derwaldgeist closed 1 month ago

derwaldgeist commented 10 months ago

As suggested by Filipe, here's my upgrade request for Meteor 3.0. Would be cool if you could support this package on the new release. Thanks!

renanc-br commented 9 months ago

Hi @derwaldgeist . Meteor v3 alpha is supported in version 4.0.0-beta onwards.

Please refer to this branch to the changes needed: https://github.com/quavedev/apple-oauth/tree/meteor-v3.x It's only 1 small change to the way serviceConfiguration is initialized, it's now async.

quave:accounts-apple@4.0.0-beta and quave:apple-oauth@4.0.0-beta

Please test it and let us know how it goes.


EDIT

There is still some more work to do. updateOrCreateUserFromExternalService has not migrated yet, we are blocked waiting on this PR: updateOrCreateUserFromExternalService.

carlosalvidrez commented 3 months ago

Hi there! Hoping this can be modernized for Meteor 3.0.0-rc.4. Thanks!

renanccastro commented 1 month ago

published v4 with meteor v3 support