CloudNativeEntrepreneur / sveltekit-web3auth

Web3 auth via JWTs for Sveltekit
MIT License
29 stars 3 forks source link

Confidential Client #12

Closed patrickleet closed 3 years ago

patrickleet commented 3 years ago

For increased protection, a confidential client uses a clientId/clientSecret combination to access it's basic routes.

This means only the server should know the client secret.