23 lines
691 B
Markdown
23 lines
691 B
Markdown
|
```
|
||
|
👩 This project is part of the passbolt "lab"!
|
||
|
⚗️ It is used to illustrate an article or as a conversation starter.
|
||
|
🧪 Use at your own risks!
|
||
|
```
|
||
|
|
||
|
## Copyright & License
|
||
|
|
||
|
(c) 2024 Passbolt SA
|
||
|
|
||
|
Passbolt is registered trademark of Passbolt S.A.
|
||
|
|
||
|
AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.en.html
|
||
|
|
||
|
## Goal and content
|
||
|
|
||
|
This is a demonstration on how to use JWT login from a passbolt account kit,
|
||
|
such as the one you can export from the "Desktop App Setup" menu, at
|
||
|
`https://<your passbolt instance>/app/settings/desktop`.
|
||
|
|
||
|
It has been developed during an internship in the summer of 2024 as a way to
|
||
|
make sure that I understood how the API worked as I was documenting it.
|