delphimvcframework/sources
Stephane Grobety d5dde06dc2 Fixed JWT encoding
JWT must use base64url encoding/decoding, not base64
2017-07-03 16:57:16 +02:00
..
dmvcframework.inc New version 2.1.5 (boron) 2017-02-24 14:50:06 +01:00
dmvcframeworkbuildconsts.inc 2.1.6 (carbon) 2017-03-10 10:37:49 +01:00
MVCFramework.ApplicationSession.pas FIX OnBeforeAction (Thank you to Marco Mottadelli) 2017-01-05 12:45:51 +01:00
MVCFramework.Commons.pas Fixed JWT encoding 2017-07-03 16:57:16 +02:00
MVCFramework.Controllers.CacheController.pas FIX OnBeforeAction (Thank you to Marco Mottadelli) 2017-01-05 12:45:51 +01:00
MVCFramework.DuckTyping.pas Moved TMVCHTTPMethodType and TMVCHTTPMethods to MVCFramework.Commons.pas (You controllers may not compile animore without using this unit) 2017-01-18 21:54:16 +01:00
MVCFramework.HMAC.pas Changed HMACs to be extensible/replaceable 2017-06-28 09:15:22 +02:00
MVCFramework.JWT.pas Fixed JWT encoding 2017-07-03 16:57:16 +02:00
MVCFramework.Logger.pas FIX - Now the logs are created always in the module path (by default) 2017-01-26 20:07:19 +01:00
MVCFramework.MessagingController.pas Added Delphi 10.2 Tokyo IDE Expert project 2017-04-05 14:23:17 +02:00
MVCFramework.Middleware.Authentication.pas FIX OnBeforeAction (Thank you to Marco Mottadelli) 2017-01-05 12:45:51 +01:00
MVCFramework.Middleware.CORS.pas 2.1.6 (carbon) 2017-03-10 10:37:49 +01:00
MVCFramework.Middleware.JWT.pas 2.1.6 (carbon) 2017-03-10 10:37:49 +01:00
MVCFramework.pas fixed session cookie expiration 2017-06-12 18:15:37 +02:00
MVCFramework.Patches.pas Moved TMVCHTTPMethodType and TMVCHTTPMethods to MVCFramework.Commons.pas (You controllers may not compile animore without using this unit) 2017-01-18 21:54:16 +01:00
MVCFramework.RESTAdapter.pas Moved TMVCHTTPMethodType and TMVCHTTPMethods to MVCFramework.Commons.pas (You controllers may not compile animore without using this unit) 2017-01-18 21:54:16 +01:00
MVCFramework.RESTClient.pas New version 2.1.5 (boron) 2017-02-24 14:50:06 +01:00
MVCFramework.Router.pas FIX OnBeforeAction (Thank you to Marco Mottadelli) 2017-01-05 12:45:51 +01:00
MVCFramework.RTTIUtils.pas Moved TMVCHTTPMethodType and TMVCHTTPMethods to MVCFramework.Commons.pas (You controllers may not compile animore without using this unit) 2017-01-18 21:54:16 +01:00
MVCFramework.Server.Impl.pas FIX OnBeforeAction (Thank you to Marco Mottadelli) 2017-01-05 12:45:51 +01:00
MVCFramework.Server.pas FIX OnBeforeAction (Thank you to Marco Mottadelli) 2017-01-05 12:45:51 +01:00
MVCFramework.Session.pas fixed session timeout when timeout value is 0 2017-01-20 17:29:09 +01:00
MVCFramework.SysControllers.pas Moved TMVCHTTPMethodType and TMVCHTTPMethods to MVCFramework.Commons.pas (You controllers may not compile animore without using this unit) 2017-01-18 21:54:16 +01:00
MVCFramework.View.Cache.pas FIX OnBeforeAction (Thank you to Marco Mottadelli) 2017-01-05 12:45:51 +01:00
MVCFramework.View.pas FIX OnBeforeAction (Thank you to Marco Mottadelli) 2017-01-05 12:45:51 +01:00
ObjectsMappers.pas FIX https://github.com/danieleteti/delphimvcframework/issues/71 2017-02-22 20:13:59 +01:00