svelte-social-auth icon indicating copy to clipboard operation
svelte-social-auth copied to clipboard

Social Auth for Svelte v3

Results 16 svelte-social-auth issues
Sort by recently updated
recently updated
newest added

Resolves #25 Upgrades from using `gapi.auth2` to `google.accounts.id` (https://developers.google.com/identity/gsi/web). This change, however, is **breaking** as the outputs from the events are different. * `auth-success` now returns an object with user...

do-not-merge

Google is shutting down gapi.auth2 support and all users using this library will be rejected

- [ ] Added the ability to style the buttons (disabled color, background color, text color, button width) using attributes. - [ ] removed superfluous CSS classes from CSS. .facebook-auth...

Hi :wave: First of all, I'm not sure if this a problem with the library itself. I might be missing something here. If that is the case, I would really...

`async-script-loader` expects urls to be an array. The GoogleAuth code makes the call with a single URL. This is easy to fix. ```js loader( [ {type: 'script', url: '//apis.google.com/js/api:client.js'} ],...

help wanted

Woudl be nice if you could provide a typefile so i can use this in a svelte ts project.

help wanted

Hey Antony, I've been taking a look at the CSS and how things work, and think its a bit overblown based on how Svelte works. example for FacebookAuth.svelte in the...

Google Auth has several more options that are not exposed. In particular for Server/Client cases where the user wants to authorize the server to make API calls, being able to...

help wanted

As per the [migration guide](https://github.com/sveltejs/kit/discussions/5774), there are file name changes required.

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.12 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies