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 356 forks source link

Add Http Only Cookie support #738

Closed marcelologica closed 5 months ago

marcelologica commented 6 months ago

Add Http Only Cookie support using JWT middleware.

danieleteti commented 6 months ago

Thank you for your contribution Marcelo. However, all the formatting has been changed and this makes very difficult to understand the changes. https://github.com/danieleteti/delphimvcframework/pull/738/files

Please, can you redo the changes without chaning the formatting? Thank you.

marcelologica commented 6 months ago

Yes, no problem. I'll redo it based on the MVCFramework.Middleware.JWT.pas file without changing the formatting of the existing code.

marcelologica commented 6 months ago

Done