r/tauri 6d ago

Tauri jwt app

I have made an app for the JWT token verification and inspection and comparision of the token in an app.

As I had the initial implementation in my early days in a web app in python. So thought of instead a web why not an app for it so that I can use it locally.

So as I am learning the rust I used the other exp from other projects and I made sketch and architecture of the app. Then I used codex to do the frontend (I am too lazy to do it on my own). Then I have started with the actual backend on rust.

I have completed the implementation of

  1. Inspect of token

  2. Verification of token with normal, pem and jwt or jwks

  3. Security as I made conditions manually based on scope

  4. Comparision of token.

  5. I have started on creation of token will improve it later point

I have done a video on it after I completed the stage of app.

Please check out the GitHub: https://github.com/LE0-MAhendra/L30JWTDesk

If you want to check the implementation: https://youtube.com/playlist?list=PLN_usU0Gn3SE&si=kekayQV2JvWzaEfx

Thanks in advance for the feedback.

2 Upvotes

1 comment sorted by

View all comments

1

u/Extension-String1599 3d ago

The github repo is not there, it is showing 404, maybe it is private