Closed tanerochris closed 4 years ago
Please can we see a hosted version of this??
Please can we see a hosted version of this??
Are the endpoints complete @tanerochris ? I don't see organisations and comment endpoints?
Are the endpoints complete @tanerochris ? I don't see organisations and comment endpoints?
not, yet created the endpoints we needed to start with. When we done with that will add the other endpoints.
hey, why can't you model the endpoints like #16, so we don't have to redo the authentication, also it hase more features.
hey, why can't you model the endpoints like #16, so we don't have to redo the authentication, also it has more features.
Renaming the endpoints to that designed is not a problem, however what I will change is the user password schema to match #16
user password schema. ?? that isn't public, its not populated like ever.
user password schema. ?? that isn't public, its not populated like ever.
it's not public but is returned in response on user creation. Well I think that is the case, currently can't reproduce that, pulled latest updates on #16 and can no longer signup
Actually its because you pass a null value for password.
Also the password is never going to show up in public, if you notices, when populated the password, when i want to set session, i get fresh record from the db
Actually its because you pass a null value for password.
Also the password is never going to show up in public, if you notices, when populated the password, when i want to set session, i get fresh record from the db
I pass a password, trying to signup but that's the error I get. About the password, the schema is not just for public purposes, I combined the modifications you did on #3 with @dherve19 for the overll mongodb schema not just for the api endpoint purposes. I think I requested somewhere that you follow the schemas when creating the mongo schemas. That's why you see password.
Actually its because you pass a null value for password.
Was speaking out of context there, its a reply to your comment on #16 about null password.
Description
OpenAPI 3.0 design Yaml and JSON files
fixes #6
Checklist: