Pablo Cibraro
My notes about software development, security and other stuff.
- The Web3 ecosystem for EthereumWeb3 is an umbrella term for a new wave of applications that rely on decentralized technologies and the Blockcha...
- Hybrid Contracts, Oracles and ChainlinkIf you already got a chance to review how smart contracts work in a Blockchain like Ethereum, you would ...
- Role Based Authentication for .NET Core APIs with Auth0Auth0 offers two alternatives for implementing authorization in an API, scopes and roles...
- El futuro de sistemas de pago esta en Blockchain y CryptoMi primer desafio - Pago Universal Aun tengo recuerdos de uno de mis primeros proy...
- Como armar un Arcade con RetropieSi sos uno de esos que todavia tenes muy buenos recuerdos de la infancia jugando como loco a los fichines en l...
- Check secret expiration for Azure AD Applications using PowershellWhen you assign a client ID/secret to an Application Registration in Azure AD...
- Getting an Access Token from Auth0 in FlutterAuth0 manages two concepts for representing APIs and Applications (or consumers for those APIs). ...
- Getting an Access Token interactively for Azure AD from PowershellGetting an access token under your credentials is very useful in many scenari...
- The state of OAuth 2.0 for Mobile AppsOverview Mobile applications implemented these days for a single native platform such as iOS or Android...
- Auth0 - Enrich ID tokens with custom dataAuth0 uses JWT for representing ID tokens. Those tokens contain a fixed set of standard attributes def...
- Calling Azure Graph API from Powershell with a Client CertificateThe other day ran into scenario with Azure AD that is not very well documented (...