All Projects → catcherwong-archive → Apigatewaydemo

catcherwong-archive / Apigatewaydemo

Licence: mit
🌱 Simple samples that use Ocelot to build API Gateway.

Projects that are alternatives of or similar to Apigatewaydemo

Express Mongodb Rest Api Boilerplate
A boilerplate for Node.js apps / Rest API / Authentication from scratch - express, mongodb (mongoose).
Stars: ✭ 153 (-29.49%)
Mutual labels:  authentication, jwt
Lock.swift
A Swift & iOS framework to authenticate using Auth0 and with a Native Look & Feel
Stars: ✭ 215 (-0.92%)
Mutual labels:  authentication, jwt
Spark Pac4j
Security library for Sparkjava: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 154 (-29.03%)
Mutual labels:  authentication, jwt
Gotrue
An SWT based API for managing users and issuing SWT tokens
Stars: ✭ 2,493 (+1048.85%)
Mutual labels:  authentication, jwt
Nextjs Jwt Authentication
A proof of concept app for demonstrating authentication of Next.js app with JWT.
Stars: ✭ 191 (-11.98%)
Mutual labels:  authentication, jwt
Auth0.swift
Swift toolkit for Auth0 API
Stars: ✭ 146 (-32.72%)
Mutual labels:  authentication, jwt
Security.identity
.NET DevPack Identity is a set of common implementations to help you implementing Identity, Jwt, claims validation and another facilities
Stars: ✭ 165 (-23.96%)
Mutual labels:  authentication, jwt
Vapor Auth Template
A Vapor 4 template with authentication, Fluent, JWT, Queues, repository pattern, testing and more.
Stars: ✭ 118 (-45.62%)
Mutual labels:  authentication, jwt
Sanic Jwt
Authentication, JWT, and permission scoping for Sanic
Stars: ✭ 189 (-12.9%)
Mutual labels:  authentication, jwt
Pac4j
Security engine for Java (authentication, authorization, multi frameworks): OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 2,097 (+866.36%)
Mutual labels:  authentication, jwt
Reactjs Authentication Tutorial
Chuck Norris World App - A sample app that shows how to add authentication to a ReactJS app
Stars: ✭ 139 (-35.94%)
Mutual labels:  authentication, jwt
Express Graphql Boilerplate
Express GraphQL API with JWT Authentication and support for sqlite, mysql, and postgresql
Stars: ✭ 201 (-7.37%)
Mutual labels:  authentication, jwt
Django Auth Adfs
A Django authentication backend for Microsoft ADFS and AzureAD
Stars: ✭ 127 (-41.47%)
Mutual labels:  authentication, jwt
Rodauth Rails
Rails integration for Rodauth authentication framework
Stars: ✭ 150 (-30.88%)
Mutual labels:  authentication, jwt
Auth
Authenticator via oauth2
Stars: ✭ 118 (-45.62%)
Mutual labels:  authentication, jwt
Api guard
JWT authentication solution for Rails APIs
Stars: ✭ 159 (-26.73%)
Mutual labels:  authentication, jwt
Go Postgres Jwt React Starter
A go, gin, and postgres API with jwt auth, complete with a react frontend
Stars: ✭ 115 (-47%)
Mutual labels:  authentication, jwt
Jwt Auth
🔐 JSON Web Token Authentication for Laravel & Lumen
Stars: ✭ 10,305 (+4648.85%)
Mutual labels:  authentication, jwt
Cognito Express
Authenticates API requests on a Node application by verifying the JWT signature of AccessToken or IDToken generated by Amazon Cognito.
Stars: ✭ 165 (-23.96%)
Mutual labels:  authentication, jwt
Awesome Iam
👤 Identity and Access Management Knowledge for Cloud Platforms
Stars: ✭ 186 (-14.29%)
Mutual labels:  authentication, jwt

APIGatewayDemo

This repo contains some samples that help us to build API Gateway using Ocelot in ASP.NET Core.

#1 Basic Demo

A most simplest sample that introduce how to use Ocelot here .

Please follow Building API Gateway Using Ocelot In ASP.NET Core - Basic for more infomation.

Link here : APIGatewayBasicDemo

#2 Jwt Auth Demo

A simple demo using Ocelot and Jwt Auth.

Please follow Building API Gateway Using Ocelot In ASP.NET Core - Authentication for more infomation.

Link here : APIGatewayJWTAuthenticationDemo

#3 Logging Demo

A simple demo using Ocelot and NLog.

Please follow Building API Gateway Using Ocelot In ASP.NET Core - Logging for more infomation.

Link here : APIGatewayLoggingDemo

#4 Rate Limiting Demo

A simple demo using Ocelot to hanlde Rate Limiting.

Please follow Building API Gateway Using Ocelot In ASP.NET Core - Rate Limiting for more infomation.

Link here : APIGatewayRateLimitDemo

#5 Quality of Service Demo

A simple demo using Ocelot to hanlde QoS.

Please follow Building API Gateway Using Ocelot In ASP.NET Core - QoS (Quality of Service) for more infomation.

Link here : APIGatewayQoSDemo

#6 Load Balancing Demo

A simple demo using Ocelot to hanlde Load Balancing.

Please follow Building API Gateway Using Ocelot In ASP.NET Core - Load Balancing for more infomation.

Link here : APIGatewayLBDemo

#7 Service Discovery Demo With Eureka

A simple demo using Ocelot to hanlde Service Discovery with Eureka.

Please follow Building API Gateway Using Ocelot In ASP.NET Core - Service Discovery (Eureka) for more infomation.

Link here : APIGatewaySDDemo

#8 Service Discovery Demo With Consul

A simple demo using Ocelot to hanlde Service Discovery with Consul.

Please follow Building API Gateway Using Ocelot In ASP.NET Core - Service Discovery (Consul) for more infomation.

Link here : APIGatewayConsulDemo

#9 Configuration With Consul

A simple demo using Ocelot to store configuration in Consul.

Please follow Building API Gateway Using Ocelot In ASP.NET Core - Configuration (Consul) for more infomation.

Link here : APIGatewayConfigurationWithConsulDemo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].