clevertech / CleverAuth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pnp-email-service used as a "REST" api rather than as a module

chadfurman opened this issue · comments

This triggers an extra node process. And then we have to issue requests to the server, rather than just calling async or promisified library methods.

Not a high priority ticket.

@chadfurman actually it doesn't create an extra node process, it just creates a server but in the same process.

@avesus is this ticket related to the need to have /verify?token=..... as opposed to /verify/:token?

If not, I think we should close this ticket. If so, we should elaborate on the problem.

@chadfurman you've created this ticket, you know it better. /verify?token=.... vs /verify/:token is another thing.