code-example
There are 69 repositories under code-example topic.
curityio/example-python-openid-connect-client
An example website that implements OAuth 2.0 and OpenID Connect in Python
curityio/spa-using-token-handler
API driven OpenID Connect SPA security, using only the most secure cookies in the browser
curityio/pkce-javascript-example
JavaScript SPA showing how to handle PKCE in an OpenID Connect flow
curityio/example-dotnet-openid-connect-client
An example website that implements OAuth 2.0 and OpenID Connect with the .NET Framework
curityio/example-java-oauth-protected-api
A Java Example of an OAuth protected RESTful API
curityio/openid-client-android-appauth
An OpenID Connect Android demo app using AppAuth libraries
curityio/spring-boot-oauth-client
Example Website Client using Spring Boot to implement OAuth 2.0 and OpenID Connect
curityio/dotnet-openid-connect-webapp
An example website that implements OAuth 2.0 and OpenID Connect in .NET
curityio/openid-client-ios-appauth
OpenID Connect iOS integration in a SwiftUI App using the AppAuth pattern
curityio/react-assisted-token-website
Example React SPA that implements OpenID Connect using the assisted token flow
yusuf-daglioglu/testcontainers-spring-boot-data-demo
Integration test example using "Testcontainers".
curityio/angular-assisted-token-website
Example Angular SPA that implements OpenID Connect using the assisted token flow
AntoinePassemiers/Cython-Project-Template
Ready-to-use and simple Cython template for long-term projects (with NumPy support)
curityio/ios-haapi-demo-app
An OpenID Connect iOS demo app using the HAAPI SDK
mazipan/lighthouse-behind-auth
🙈 Codelab for running Lighthouse to test a page behind authentication flow
curityio/spa-using-curitytokenhandler
Demonstrates Hardened Security for Single Page Applications
curityio/spring-boot-openid-client-mtls
An example on how to create an OpenID client with Spring Security that uses mutual TLS client authentication to retrieve the token.
curityio/kafka-zero-trust
OAuth 2.0 zero trust event based messaging between APIs
curityio/react-haapi-demo
A demo HAAPI OpenID Connect implementation in a React app
dacr/the-rules-for-good-code-examples
Several rules to write the best possible code snippets
curityio/android-haapi-demo-app
An OpenID Connect Android demo app showing how to plug in the HAAPI Model SDK
curityio/gatsby-assisted-token
Assisted token flow with React Context and Gatsby CLI
curityio/javascript-oauth-assistant-spa
A simple SPA code example that uses the OAuth Assistant Library
curityio/serverless-zero-trust-vercel-api
A serverless zero trust OAuth 2.0 protected API for Vercel deployment, protected with self-contained JWTs
curityio/springboot-api-jwt-validation
Spring Boot API OAuth Integration and Validation of JWTs
libraryofcelsus/Basic-Oobabooga-Chatbot
An example of a basic chatbot with persistent conversation history using the Oobabooga Api and Llama 2.
Arm-Examples/publish-cmsis-example
GitHub action to publish CMSIS example to keil.arm.com
curityio/android-haapi-ui-sdk-demo
An OpenID Connect Android demo app showing how to use the HAAPI UI SDK and hardened mobile security
curityio/dotnet-api-jwt-validation
Code example of how to validate JWTs and authorize requests in a .NET API
curityio/mutual-tls-api-example
An example API using Mutual TLS and Certificate-Bound Access Tokens (RFC8705)
curityio/oauth-mobile-web-sso
Using the nonce authenticator pattern to achieve SSO between a mobile app and a web app
curityio/openid-client-android-appauth-dcr
Extended OpenID Connect Android integration in a Kotlin app using the AppAuth pattern and Dynamic Client Registration
Jean-carje/Secure-Pass-Generator
Robust and secure password generator written in Python. It utilizes cryptographically secure methods to create strong, random passwords, ensuring maximum security for your accounts and data.
Lane-Romuald/Snake-Game-JavaScript
This repository contains the source code for a classic Snake game implemented in JavaScript. Designed to be lightweight, responsive and customisable, this project is ideal for learning or demonstrating JavaScript programming skills.
yusuf-daglioglu/java-generics-type-erasure
Example of Java generics type erasure
yusuf-daglioglu/orm-examples-with-spring
JPA Criteria API examples.