# Signed Tokens (JWS)

A very large number of signature algorithms is provided by the library. Please refer to [this signature algorithm table](https://web-token.spomky-labs.com/3.2/the-components/signed-tokens-jws/signature-algorithms) to know what algorithms are available.

Then, you will find an [example to create a signed token here](https://web-token.spomky-labs.com/3.2/the-components/signed-tokens-jws/jws-creation) and another [example to load and verify](https://web-token.spomky-labs.com/3.2/the-components/signed-tokens-jws/jws-loading) incoming tokens.
