azos icon indicating copy to clipboard operation
azos copied to clipboard

A to Z Sky Operating System / Microservice Chassis Framework

Results 180 azos issues
Sort by recently updated
recently updated
newest added

``` static readonly SlimSerializer serializer = new SlimSerializer(); static byte[] Serialize(object obj) { using (var ms = new MemoryStream()) { serializer.Serialize(ms, obj); return ms.ToArray(); } } static object Deserialize(byte[] data)...

AREA-SECURITY
PROJECT

https://oauth.net/2/pkce/ https://www.authlete.com/developers/pkce/#4-pcke-token-request

AREA-SECURITY

Sky WebMessaging needs documented and added to the documentation index

enhancement
TODO