Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidreis97 authored Mar 19, 2024
1 parent c6cd0f5 commit 51c9b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ JWT Editor is a secure and easy-to-use offline tool designed for visualizing and
- Sign a JWT using a provided private key or secret.
- Supports the following algorithms:
- HS256, HS384, HS512
- RS256, RS384, RS512
- RS256, RS384, RS512
- ES256, ES384, ES512
- PS256, PS384, PS512
- Supports the following public and private key formats:
Expand All @@ -36,4 +36,4 @@ For maximum security, I recommend reviewing the source code and compiling the ap
1. Install Rust (https://rustup.rs/)
2. Install Node.JS >= 18.16.0 (https://nodejs.org/)
3. Run `npm install` to install all necessary JavaScript dependencies.
4. Run `npm run tauri build` to compile the Tauri application. More details on building Tauri applications can be found [here](https://tauri.app/v1/guides/building/).
4. Run `npm run tauri build` to compile the Tauri application. More details on building Tauri applications can be found [here](https://tauri.app/v1/guides/building/).

0 comments on commit 51c9b68

Please sign in to comment.