Explore >> Select a destination


You are here

sandrino.dev
| | alexdebrie.com
3.5 parsecs away

Travel
| | API Gateway custom authorizers are a great way to separate auth logic from business logic in serverless applications. Learn the ins and outs of how to use them here.
| | bobbyhadz.com
9.1 parsecs away

Travel
| | To attach a Cognito JWT Authorizer to an API we have to use the Authorizer construct and pass the result to the `authorizer` prop on the API route.
| | schadokar.dev
8.8 parsecs away

Travel
| | Setup serverless framework and create a hello function using the serverless template and deploy it on the cloud.
| | mydeveloperplanet.com
29.6 parsecs away

Travel
| This blog provides comprehensive guidance on setting up the OpenID Connect Authorization Code Flow using Keycloak. It explains key concepts, prerequisites, and step-by-step instructions to create realms, clients, and users. The blog emphasizes understanding OAuth2.0 and OIDC, concluding with the implementation of the Authorization Code Flow in applications.