-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V2 Roadmap #58
Comments
Just some additional thoughts on covering some generic security requirements: logs
settings
session
data validation
Error handling
Misc
Let me know if you have any comment |
@nherment Could you dump your sample api here too for posterity? |
There it is. Might modify it a bit once it matures: ClientConstructor
Authenticationclient.login()
client.getCurrentUser()
client.renewSession()
client.logout()
client.resetPassword()
client.setPasswordFromResetToken()Setting a new password automatically logs-in the user and returns a valid
for node-app useclient.verifySessionToken()
Administration APIclient.createUser()
client.updateUser()
client.disableUser(email) // cannot login/reset passwordclient.deleteUser(email) |
This was referenced May 11, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All,
Post discussion between myself @mirceaalexandru, @AdrianRossouw and using feedback from others, I have noted down the plan for V2. Our rough estimate for this work stands at about 16 to 23 days, with it most likely falling around 20 days worth of work; a day being a developer day.
Isomorphic client - 4 to 5 Days
Concentration on simpler installation - 2 to 3 Days
First class API - 7 to 10 Days
UX needs to match Client functionality - 3 to 5 Days
V1 focused on making Concorda work well with Seneca based systems and it does this well. Feedback is now focused around greater ease of use over HTTP and with this comes the need for a well defined RESTful API and a first class client.
@AdrianRossouw will be handling Lead duties for this version. Adrian feel free to amend as you gain more context.
The text was updated successfully, but these errors were encountered: