Skip to content

Commit

Permalink
code link
Browse files Browse the repository at this point in the history
  • Loading branch information
jankstar committed Oct 13, 2023
1 parent 8d2ecd4 commit f8daefc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/docs/tauri_oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ type: docs
weight: 202310
---
# Tauri oauth2 example (Tauri + Vue 3 + TypeScript)
[tauri_oauth](https://github.com/jankstar/tauri_oauth)

## summary
This example is a Tauri app with a Vue 3 / TS client and for an authentication of the user via a Google account/email, i.e., the Google login window opens and the user must log in and agree to the transfer of his profile data (name and email).
The user data and the refresh token are stored, so that subsequently at the start of the app an automatic login takes place.

Attention: this application is not intended for productive use, because user data and token are not encrypted, but stored in plain text! <br>

## 1 run it
## 1 Code / Example
The code can be found at: [tauri_oauth](https://github.com/jankstar/tauri_oauth)

```npm run tauri dev```

## 2 Preparation
Expand Down

0 comments on commit f8daefc

Please sign in to comment.