You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moved the securityDefinitions generation. Fixes#31
Moved the registration of the OpenAPI resource from the AfterCreate (too early) to the ApplyConfig
Added the CookieAuth custom attribute (to define a cookie auth handler)
Improved securityDefinition handling for OpenAPI generation
Changed definition order of resource methods in the OpenAPI demo. Fixes#32
Updated Neon library to v1.3.0
Updated JWT library to 2.5.2
Added 2 new methods to the IWiRLConfigurationNeon interface: AddSerializer & RemoveSerializer
Fixed TArrayDataSetWriter with the new Neon configuration
New serialization feature: now it's possible to (de)serialize TDictio…
…nary classes. The only constraint is to have a string type as a Key (to match JSON format)