tauri-plugin-oauth icon indicating copy to clipboard operation
tauri-plugin-oauth copied to clipboard

Results 12 tauri-plugin-oauth issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@tauri-apps/api](https://redirect.github.com/tauri-apps/tauri) | [`2.0.3` -> `2.9.1`](https://renovatebot.com/diffs/npm/@tauri-apps%2fapi/2.0.3/2.9.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tauri-apps%2fapi/2.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tauri-apps%2fapi/2.0.3/2.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/FabianLars/tauri-plugin-oauth). ## Config Migration Needed - [ ]...

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [rollup](https://rollupjs.org/) ([source](https://redirect.github.com/rollup/rollup)) | [`4.34.9` -> `4.53.3`](https://renovatebot.com/diffs/npm/rollup/4.34.9/4.53.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rollup/4.53.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rollup/4.34.9/4.53.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ###...

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.8.2` -> `5.9.3`](https://renovatebot.com/diffs/npm/typescript/5.8.2/5.9.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.8.2/5.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ###...

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) | [`9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee` -> `9.15.9`](https://renovatebot.com/diffs/npm/pnpm/9.12.3/9.15.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.15.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/9.12.3/9.15.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ###...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [thiserror](https://redirect.github.com/dtolnay/thiserror) | dependencies | major | `1.0` -> `2.0` | --- ### Release...

and a function to send a http 302 reponse insteand of a 200 so the user can be directly redirected instead of redirected with the use of script in the...

I think I could spin up a proxy to create https support on my system. However, that might not be ok for applications that need it on rollout. I altered...

I'm struggling to integrate Oauth into Tauri 2.0. I'm following the examples for this plugin but I'm not sure what is going wrong. I'm getting a Option::unwrap() on a `None`...

enhancement
wontfix

would be great to have an example with known auth engine like https://clerk.com/

documentation
help wanted