Live data from Hacker News

Show HN: ESQLate – Build minimum viable admin panels with just SQL

github.com

81–83 of 83 posts

Re: Show HN: ESQLate – Build minimum viable admin panels with just SQL

#81
post #21

This looks pretty interesting! If anyone is looking for a tool to build a full fledge Back Office I warmly recommend react-admin ( https://github.com/marmelab/react-admin/ ). Been using it for a year now and we went from 0 back office to a feature full one in no time!

Or, you know, just use Django ;-)

[deleted]

Re: Show HN: ESQLate – Build minimum viable admin panels with just SQL

#82
post #78

This looks really useful. How is authentication and authorization handled? Can I connect it to my Openid provider?

Authentication is not handled at all. Given it is a project with a front and back end (using a REST interface between) I think the correct approach is to do authentication on a load balancer. The approach is fully documented here: https://github.com/forbesmyester/esqlate/issues/5
Post reply on HN