-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Labels
Description
I was thinking about whether we should rework the repo.
I have two suggestion in mind.
-
Moving the source code to a TypeScript base.
I would argue this is more maintainable and this would also help with intellisense in various IDE's. -
This is more radical - Moving away from actions in
data
and instead useauthmanagement/{action}
.
So a reset password would move from
{
"action": "resetShortToken",
"data": { ... }
}
To a more REST like approach with /authmanagement/reset
This would make it work more like a REST API and as well as a standard feathers service.
I realize this would be breaking changes, but I think it would benefit the overall structure of calling the API
Let me know what you think, and if I should elaborate.
cantoute, willxy, fratzinger, asasvirtuais and pdfowler