StakeNow / SIWT

Sign In With Tezos: Access Control Management SDK
https://siwt.xyz/
MIT License
16 stars 3 forks source link

Feat/refactor replace axios with fetch #30

Closed royscheeren closed 1 year ago

royscheeren commented 1 year ago

Scope:

Breaking change:

When calling queryAccessControl the function now expects a single object in the form of

{
 query: {},
 allowlist: [], // optional
 options: {}, // optional
}

instead of the separate parameters query and options Fixes #27 Fixes #26