fungible-systems / micro-stacks

Tiny libraries for building the next generation of Stacks apps.
https://micro-stacks.dev
MIT License
82 stars 15 forks source link

Response auth token verification #161

Open friedger opened 2 years ago

friedger commented 2 years ago

I noticed that the response auth token is not verified when handling the response from the wallet. Is this on purpose? Stacks.js does some verification: https://github.com/hirosystems/stacks.js/blob/master/packages/auth/src/verification.ts#L211

The documentation does not say anything about it: https://micro-stacks.dev/guides/stacks-apps#authentication