kalisio / kNotify

Basic utils to support notifications (push, emails, etc.) for KDK-based applications and services
MIT License
4 stars 0 forks source link

Extend user invitation management #5

Open cnouguier opened 6 years ago

cnouguier commented 6 years ago

For now, the implementation is using the account sercice which is based on feathers-authentication-management. But feathers-authentication-management do not provide a mecanism to extend the proposed actions. Thus, we had to deal with this constraint and finally we decided to go for a simple solution but not so secure. We could have a smarter solution by extending feathers-authentication-management with our own actions such as 'sendInvitation'.

claustres commented 6 years ago

See https://github.com/feathers-plus/feathers-authentication-management/issues/114.