sublinks / sublinks-frontend

MIT License
17 stars 5 forks source link

Create sign up page #119

Closed kgilles closed 6 months ago

kgilles commented 6 months ago

Creates the sign up page and connects the registration API flow. Plus, expands the API client class to allow login using JWT or credentials.

As another bonus we're also updating to latest Sublinks client version. This requires us to set our own fetch function. Which we lock to cross-fetch v3 as v4 causes TypeErrors when used in the browser.

Screenshot 2024-03-29 at 2 26 25 PM Screenshot 2024-03-29 at 2 26 07 PM Screenshot 2024-03-29 at 2 25 50 PM