code-example
There are 73 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.
dacr/the-rules-for-good-code-examples
Several rules to write the best possible code snippets
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
curityio/serverless-zero-trust-vercel-api
A serverless zero trust OAuth 2.0 protected API for Vercel deployment, protected with self-contained JWTs
Jean-EstevezT/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.
xguimiranda/user-management-dao-jdbc
Sample Java project demonstrating the DAO pattern with JDBC, created during Nelio Alves' Java OOP course. Includes basic CRUD operations, database integration, and best practices for clean code organization.
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/nordicapis-python-openid-connect-client
Nordic APIs OpenID Connect workshop source code
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
coslynx/python-hello-world-starter
Project: Minimal Python Hello World Function Implementation. Created at https://spectra.codes, which is owned by @Drix10
curityio/android-haapi-ui-sdk-demo
An OpenID Connect Android demo app showing how to use the HAAPI UI SDK and hardened mobile security
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.
Urpagin/Bakacppstuff
thingies thing baka
yusuf-daglioglu/java-generics-type-erasure
Example of Java generics type erasure
yusuf-daglioglu/orm-examples-with-spring
JPA Criteria API examples.