Hoodie – Fast web app development
51–60 of 147 posts
Re: Hoodie – Fast web app development
#52Team Hoodie here. Happy to answer any questions you might have :)
will there be ways to manage some complex ACL scenarios ?
Re: Hoodie – Fast web app development
#53So let's just deliver all our business logic as JavaScript to an entirely untrustworthy client! Whats the worst that could happen?
Take hoodie.email.send(properties) as an example. It just the same as `POST /email` with email properties JSON, with the only difference that it's simpler to understand and to handle for frontend people, and it works offline (syncs when connection is back).
Re: Hoodie – Fast web app development
#54So this appears to essentially be a Parse-like service that's self-hostable? Interesting.
Re: Hoodie – Fast web app development
#55Re: Hoodie – Fast web app development
#56Team Hoodie here. Happy to answer any questions you might have :)
Re: Hoodie – Fast web app development
#57Earlier quoted context omitted.
I wish we could stop calling things "broken" just because they work in a way that's well thought out but unconventional. How are we ever going to make progress on UI design if everyone immediately gets chastised for deviating from more orthodox web behavior by even the slightest amount? EDIT: lbarrow is correct that the hash tag navigation is borked. I thought people were just complaining about navigation to a previo…
This is clearly broken. You can't go back beyond the first part of the page you looked at. It doesn't work.
Re: Hoodie – Fast web app development
#58Re: Hoodie – Fast web app development
#59In general, most people would be naturally apprehensive about federating their entire user authentication system through a third party. However, I suppose that by using hoodie you are supporting a group of people whose only job is to ensure security and fix vulnerabilities in your login system. It's also open-source, so you can vet it for yourself.
The JS library needs more work though - I could think of several basic use cases that it can't handle. It would also be great to see some full examples. Overall this is very cool stuff.
Re: Hoodie – Fast web app development
#60Team Hoodie here. Happy to answer any questions you might have :)
Hi , from the docs " Hoodie will only sync data to the database if it belongs to a user!" will there be ways to manage some complex ACL scenarios ?