Giter Club home page Giter Club logo

vue-apple-signin's Introduction

Hi there, I'm Brandon. ๐Ÿ‘‹

I've been a full-stack developer for 4+ years, specializing in Vue.js and Python. I am passionate about building intuitive user interfaces and robust server-side solutions, aiming for high performance and scalability in all my projects.

Tech Stack

Frontend

HTML5 CSS3 SASS JavaScript Babel Vue.js NPM Storybook

Backend

Python Flask FastAPI Redis Docker

Databases

Postgres MariaDB MySQL SQLite

Version Control

Git GitHub GitLab

Operating System

macOS

IDEs and Editors

Visual Studio Code

Others

Jira Slack

vue-apple-signin's People

Contributors

bochen-dev avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vue-apple-signin's Issues

Doesn`t work with vuejs3

I KNOW THIS PACKAGE IS OLD AND NOT ISN'T UPDATED SINCE 2019 BUT WANT TO POINT OUT PLAIN AND SIMPLE THA IT'S NOT WORKING WITH VUEJS3.

P.S.: Sorry for caps ... and thank you for this package that worked very well for me in the past.

set STATE dynamically?

Can I set STATE dynamically?

Vue.use(VueAppleSignin, {
  clientId: '***',
  scope: 'email',
  redirectURI: '***',
  state:  someDynamicValue,
});

or maybe call VueAppleSignin as a function?
like

<div @click="signInApple()">Sign in with Apple</div>
....
import VueAppleSignin from 'vue-apple-signin';
...
signInApple() {
 VueAppleSignin.signIn({
  clientId: '***',
  scope: 'email',
  redirectURI: '***',
  state:  someDynamicValue,
 })
}

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.