Skip to content

Commit f726ce2

Browse files
authored
docs: Update install instructions to 2.0 stable
1 parent 78da18c commit f726ce2

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Tauri Plugin OAuth
22

3-
![WIP Badge](https://img.shields.io/badge/status-WIP-yellow)
4-
53
A minimalistic Rust library and Tauri plugin for handling browser-based OAuth flows in desktop
64
applications. This plugin spawns a temporary localhost server to capture OAuth redirects, solving
75
the challenge of using OAuth with desktop apps.
@@ -24,15 +22,15 @@ redirect URLs. This plugin provides a solution by:
2422
```toml
2523
# Cargo.toml
2624
[dependencies]
27-
tauri-plugin-oauth = "2.0.0-rc.0"
25+
tauri-plugin-oauth = "2"
2826
```
2927

3028
For Tauri projects using npm or yarn:
3129

3230
```bash
33-
npm install @fabianlars/tauri-plugin-oauth@2.0.0-rc.0
31+
npm install @fabianlars/tauri-plugin-oauth@2
3432
# or
35-
yarn add @fabianlars/tauri-plugin-oauth@2.0.0-rc.0
33+
yarn add @fabianlars/tauri-plugin-oauth@2
3634
```
3735

3836
## Usage
@@ -134,4 +132,4 @@ Contributions are always welcome! Please feel free to submit a Pull Request.
134132
This project is dual-licensed under either of the following licenses, at your option:
135133

136134
- [Apache License, Version 2.0](LICENSE_APACHE-2.0)
137-
- [MIT License](LICENSE_MIT)
135+
- [MIT License](LICENSE_MIT)

0 commit comments

Comments
 (0)