Morning guys, I was talking with Matthias this morning about our authentication endpoints, he brought up a important concern.

Currently we have:

/auth/register, /auth/login, /auth/logout. The problem here is about 'register', a reserved word in some programming languages like Objective C.

Alternatives:

- Change 'register', to 'registration'
- Change the endpoints to signin, signout, signup.


Wdyt? Suggestions?


-- 
"The measure of a man is what he does with power" - Plato
-
@abstractj
-
Volenti Nihil Difficile