FCCAmsterdam / auth_exercise

A quick template of different logins and authorization models, with expressJS and mongoDB
2 stars 0 forks source link

JWT setting is not working correctly #14

Closed evaristoc closed 6 years ago

evaristoc commented 6 years ago

It is giving an error for a instance of Account

There are also issues with the routing: the page includes a POST method of a form that redirect to an non-existing endpoint (\signup), while the total routing cycle for signup is separated in two different modules.

evaristoc commented 6 years ago

Working this part with two procedures: