react-use-oauth2
react-use-oauth2 copied to clipboard
๐ A React hook that handles OAuth2 authorization. Both for Implicit Grant and Authorization Code flows.
Bumps [fastify](https://github.com/fastify/fastify) from 4.26.1 to 4.27.0. Release notes Sourced from fastify's releases. v4.27.0 What's Changed docs(request): update request page by @โTony133 in fastify/fastify#5343 ci: Add Nsolid runtime to CI and...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.0.0 to 22.8.1. Release notes Sourced from puppeteer's releases. puppeteer-core: v22.8.1 22.8.1 (2024-05-13) Bug Fixes roll to Chrome 124.0.6367.155 (r1274542) (#12414) (d0cd710) roll to Chrome 124.0.6367.201 (r1274542)...
Bumps [rollup-plugin-serve](https://github.com/thgh/rollup-plugin-serve) from 2.0.3 to 3.0.0. Commits 842a160 v3.0.0 3fc2d76 Merge pull request #101 from Frank3K/feat/mime-4-support 1ba9864 Merge branch 'master' into feat/mime-4-support 4b83293 Fix MIME type for history api fallback...
Bumps [delay](https://github.com/sindresorhus/delay) from 5.0.0 to 6.0.0. Release notes Sourced from delay's releases. v6.0.0 Breaking Require Node.js 16 b2edac7 This package is now pure ESM. Please read this. Removed the delay.reject()...
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.3.0 to 15.2.2. Release notes Sourced from lint-staged's releases. v15.2.2 Patch Changes #1391 fdcdad4 Thanks @โiiroj! - Lint-staged no longer tries to load configuration from files that...
So, basically after user authorization, the frontend makes call to the backend with just 5 query params `{ code, client_id, grant_type, redirect_uri, state }` but in some cases, oauth providers...
First of all, let me express my gratitude for this library. I propose a feature to deactivate persisting in the local storage by not calling the respective setData(...). The reason...
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.3.0 to 15.2.5. Release notes Sourced from lint-staged's releases. v15.2.5 Patch Changes #1424 31a1f95 Thanks @โiiroj! - Allow approximately equivalent versions of direct dependencies by using the...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.0.0 to 22.10.0. Release notes Sourced from puppeteer's releases. puppeteer-core: v22.10.0 22.10.0 (2024-05-24) Features support running Puppeteer in extensions (#12459) (3c6f01a) Bug Fixes providing null to page.authenticate...
hi, unfortunately, there is no other way to pass parameters to the "[authorize](https://help.salesforce.com/s/articleView?id=xcloud.remoteaccess_oauth_web_server_flow.htm&type=5)" server, except in state. is this possible? thanks!