<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Michael Van Canneyt via lazarus <<a href="mailto:lazarus@lists.lazarus-ide.org">lazarus@lists.lazarus-ide.org</a>> schrieb am So., 24. Feb. 2019, 17:46:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hello,<br>
<br>
We received some feedback about Pas2JS - our effort to bring Pascal to the<br>
browser - that easy database connectivity is an issue, hampering easy development.<br>
<br>
To alleviate the problem I have created the SQLDB Rest bridge.<br>
<br>
This is a set of components that allow you to expose any database supported<br>
by FPC's SQLDB as a REST service. It is designed to be simple to use, yet extensible.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Cool! Great work! </div><div dir="auto">Now I only need to get the parts for implementing an Interface using RTTI working and I'd be all but set :D</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">HTTP:<br>
* Authentication is handled using the HTTP protocol.<br>
<br>
* Basic authentication is included by default, but is completely pluggable.<br>
<br>
* Basic authentication can look up valid users in a database (by default the database being exposed)<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">How would one check whether the user is allowed to execute an action? </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>