code-example
There are 67 repositories under code-example topic.
curityio/spa-using-token-handler
API driven OpenID Connect SPA security, using only the most secure cookies in the browser
curityio/example-python-openid-connect-client
An example website that implements OAuth 2.0 and OpenID Connect in Python
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/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/openid-client-android-appauth
An OpenID Connect Android demo app using AppAuth libraries
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
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
AntoinePassemiers/Cython-Project-Template
Ready-to-use and simple Cython template for long-term projects (with NumPy support)
curityio/react-haapi-demo
A demo HAAPI OpenID Connect implementation in a React app
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/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/kafka-zero-trust
OAuth 2.0 zero trust event based messaging between APIs
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
cerebrus-sys/Java-Programming-Examples
Java Programming Examples
cerebrus-sys/Python-Programming-Examples
Python Programming Examples
curityio/android-haapi-demo-app
An OpenID Connect Android demo app showing how to plug in the HAAPI Model SDK
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/javascript-assisted-token-website
An example of the assisted token flow using JavaScript and JQuery
curityio/jwt-validation-in-symfony
Example code for JWT validation tutorial in an OAuth protected Symfony API
curityio/mutual-tls-api-example
An example API using Mutual TLS and Certificate-Bound Access Tokens (RFC8705)
curityio/openid-client-android-appauth-dcr
Extended OpenID Connect Android integration in a Kotlin app using the AppAuth pattern and Dynamic Client Registration
dacr/the-rules-for-good-code-examples
Several rules to write the best possible source code examples
yusuf-daglioglu/java-generics-type-erasure
Example of Java generics type erasure
yusuf-daglioglu/orm-examples-with-spring
JPA Criteria API examples.