Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bioid-gmbh/bwstools
BWS 3: Useful Tools for BWS (BWS command-line interface and JWT)
https://github.com/bioid-gmbh/bwstools
bioid bws-3 cli dotnet jwt
Last synced: about 1 month ago
JSON representation
BWS 3: Useful Tools for BWS (BWS command-line interface and JWT)
- Host: GitHub
- URL: https://github.com/bioid-gmbh/bwstools
- Owner: BioID-GmbH
- License: mit
- Created: 2024-10-11T12:38:53.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T08:39:41.000Z (about 1 month ago)
- Last Synced: 2024-12-04T09:35:19.491Z (about 1 month ago)
- Topics: bioid, bws-3, cli, dotnet, jwt
- Language: C#
- Homepage: https://developer.bioid.com/bws/bwstools
- Size: 25.4 KB
- Stars: 6
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BWSTools
Here are some useful tools for using the BioID Web Service 3 (BWS 3).## BWS CLI
This is a simple BWS command-line interface that can be used to easily test BioID Web Service (BWS 3) installations.## JWT - JSON Web Tokens
JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
The JWT tool can be used to create JSON web tokens for authentication with various BWS 3 services:
* BWS Management API: Use your username as subject and your personal API key as signing key (you find this information in the [BWS Portal][BWSPortal] with your user profile)
* BWS 3 Client: Use the desired client-ID as subject and one of the client keys associated with this client as signing key (you find this information in the [BWS Portal][BWSPortal] with your BWS 3 client)## Before you start, you need access to a BWS 3 client
> #### If you do not have access, follow these steps
>
> - You need a **BioID Account** with a **confirmed** email address. If you don’t have one, [create a BioID account][bioidaccountregister].
> - You can create a free [trial subscription][trial] of the BioID Web Service (BWS 3) once you've created your BioID account.
> - After you have signed in to the BWS Portal and created the trial subscription with the help of a wizard, you still need to create a ***BWS 3 client***.
> - The client can be created with the help of a creation wizard.### Technical information about
- [**BioID Web Service (BWS 3)**][BWS3][bioidaccountregister]: https://account.bioid.com/Account/Register "Register a BioID account"
[BWSPortal]: https://bwsportal.bioid.com/
[trial]: https://bwsportal.bioid.com/ "Create a free trial subscription"
[BWS3]: https://developer.bioid.com/BWS/NewBws