KristerV / heliumpay-budgetweb-backend

2 stars 2 forks source link

Simpler email links #16

Closed jschr closed 6 years ago

jschr commented 7 years ago

Simplified the frontend endpoints that handle confirm email and password reset. Passing in user id isn't necessary.

KristerV commented 7 years ago

Okay, makes sense. It'd be nice if the route stayed under /users though.

jschr commented 7 years ago

Just to clarify, these are the frontend urls. There's no /users page in the frontend at the moment so I'm not sure how that works with nextjs.

KristerV commented 6 years ago

oh my bad. that's totally fine then. It's looking like my comments are just slowing you down and not actually making anything better :D

jschr commented 6 years ago

Not at all! I've just been busy the last couple days. Will have some time tonight to work on this.