GithubHelp home page GithubHelp logo

[RESOLVED] [VUE] Error in iOS: "code":"UNIMPLEMENTED" / And in web: SignInWithApple.Authorize() is not implemented on web about apple-sign-in HOT 5 CLOSED

sbellver avatar sbellver commented on July 18, 2024
[RESOLVED] [VUE] Error in iOS: "code":"UNIMPLEMENTED" / And in web: SignInWithApple.Authorize() is not implemented on web

from apple-sign-in.

Comments (5)

nicolardi avatar nicolardi commented on July 18, 2024 1

it's the same here!

from apple-sign-in.

sbellver avatar sbellver commented on July 18, 2024

With the same code, if I use it on web:

Error: "SignInWithApple.Authorize()" is not implemented on web

:'(

from apple-sign-in.

sbellver avatar sbellver commented on July 18, 2024

This function is near to work

loginApple() {
      const options = {
        clientId: 'es.yakk.api',
        redirectURI: 'https://api.yakk.es/api/login_apple',
        scopes: 'email name',
        state: '1231232132141512421',
        nonce: 'nonce',
      };
      return SignInWithApple.authorize(options)
        .then((res) => {
          console.log(res);
          console.log('Apretamos el boton');
          return 0;
        }).catch((e) => {
          console.log(e);
          console.log('Nos vamos fuera');
        });
    },

Now, I push apple signings button and works, ask me about share email and then login.

Next step is confirm password. In this stage it hangs. No logs, simply do nothing.

from apple-sign-in.

sbellver avatar sbellver commented on July 18, 2024

With last code, I can set user & password, I close this issue and continue on #60

from apple-sign-in.

katche70 avatar katche70 commented on July 18, 2024

Same Problem here. Used Code from @sbellver , but error is still existing

from apple-sign-in.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.