phish108 / authomator

MIT License
0 stars 0 forks source link

Replace superagent with fetch API, fixes #7 #9

Closed phish108 closed 1 year ago

phish108 commented 1 year ago

instead of working with additional dependencies we should use the correct APIs provided natively.

By using the fetch API the same results can be achieved natively.

phish108 commented 1 year ago

include correct handling of AbortController.