danieleteti / delphimvcframework

DMVCFramework (for short) is a popular and powerful framework for WEB API in Delphi. Supports RESTful and JSON-RPC WEB APIs development.
Apache License 2.0
1.23k stars 352 forks source link

Comprehensive Demo/Template project #764

Open geoffsmith82 opened 1 month ago

geoffsmith82 commented 1 month ago

What would be good is a fairly complete demo that includes what would be necessary for an multi-user authenticated website created with DelphiMVCFramework. It would include things such as

Currently the existing demos show how to implement various features - which is could to assist in understanding them and probably makes it easier to integrate into existing systems, but if you just want to get on with implementing your site from the start, there is a lot of code that needs to be written to get to the point of a secure and usable site.

fastbike commented 1 month ago

You've covered off quite bit here. We're currently running:

I would recommend using a third party OAuth2/OIDC service for the IdP functions and using application/role based functions for the rest.

danieleteti commented 1 month ago

David, if you can describe your success case I think that could be inspirational for some new users. If you want to write a small doc describing such system I can publish on the blog, link from the project page etc.

Let me know

geoffsmith82 commented 1 month ago

Here is a quick demo of something I have been working on.

DelphiCMSEngine