Michael Van Canneyt via lazarus <lazarus@lists.lazarus-ide.org> schrieb am
So., 24. Feb. 2019, 17:46:

>
> Hello,
>
> We received some feedback about Pas2JS - our effort to bring Pascal to the
> browser - that easy database connectivity is an issue, hampering easy
> development.
>
> To alleviate the problem I have created the SQLDB Rest bridge.
>
> This is a set of components that allow you to expose any database supported
> by FPC's SQLDB as a REST service. It is designed to be simple to use, yet
> extensible.
>

Cool! Great work!
Now I only need to get the parts for implementing an Interface using RTTI
working and I'd be all but set :D

HTTP:
> * Authentication is handled using the HTTP protocol.
>
> * Basic authentication is included by default, but is completely pluggable.
>
> * Basic authentication can look up valid users in a database (by default
> the database being exposed)
>

How would one check whether the user is allowed to execute an action?

Regards,
Sven

>
-- 
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to