File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Tauri Plugin OAuth
2
2
3
- ![ WIP Badge] ( https://img.shields.io/badge/status-WIP-yellow )
4
-
5
3
A minimalistic Rust library and Tauri plugin for handling browser-based OAuth flows in desktop
6
4
applications. This plugin spawns a temporary localhost server to capture OAuth redirects, solving
7
5
the challenge of using OAuth with desktop apps.
@@ -24,15 +22,15 @@ redirect URLs. This plugin provides a solution by:
24
22
``` toml
25
23
# Cargo.toml
26
24
[dependencies ]
27
- tauri-plugin-oauth = " 2.0.0-rc.0 "
25
+ tauri-plugin-oauth = " 2"
28
26
```
29
27
30
28
For Tauri projects using npm or yarn:
31
29
32
30
``` bash
33
- npm install @fabianlars/tauri-plugin-oauth@2.0.0-rc.0
31
+ npm install @fabianlars/tauri-plugin-oauth@2
34
32
# or
35
- yarn add @fabianlars/tauri-plugin-oauth@2.0.0-rc.0
33
+ yarn add @fabianlars/tauri-plugin-oauth@2
36
34
```
37
35
38
36
## Usage
@@ -134,4 +132,4 @@ Contributions are always welcome! Please feel free to submit a Pull Request.
134
132
This project is dual-licensed under either of the following licenses, at your option:
135
133
136
134
- [ Apache License, Version 2.0] ( LICENSE_APACHE-2.0 )
137
- - [ MIT License] ( LICENSE_MIT )
135
+ - [ MIT License] ( LICENSE_MIT )
You can’t perform that action at this time.
0 commit comments