Giter Club home page Giter Club logo

Comments (1)

520 avatar 520 commented on June 19, 2024

WX20200925-205438
After you successfully log in, apple will request redirect url your offer, bringing the form data at header with state, code, id_token and email or name at first time. At this time, Vue cant receive these form data. The job should be done by backend server like java. Backend processes it and redirect to vue frontend by url. well there is two way to pass parameters from back to end, first one is through get request, redirect to url that concat the parameters, like www.example.com/id_token=xxx&coder=xxx, of cause which is un-secure. second one is to store these in redis and return the url like www.example.com/rediskey=xxx.

from vue-apple-signin.

Related Issues (3)

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.