All Projects → SteeltoeOSS → Security

SteeltoeOSS / Security

Licence: other
ASP.NET Security Providers for CloudFoundry

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Security

web-haskell-graphql-postgres-boilerplate
Modern webserver in Haskell: Graphql + Postgresql + Authentication + DB migration + Dotenv and more
Stars: ✭ 114 (+322.22%)
Mutual labels:  jwt-authentication
netty-chat-tutorial
Netty Chat tutorial with Protobuf
Stars: ✭ 23 (-14.81%)
Mutual labels:  jwt-authentication
T2TiERP-2-CSharp
T2Ti ERP 2.0 - C#
Stars: ✭ 33 (+22.22%)
Mutual labels:  wcf
task-manager
Task Manager App
Stars: ✭ 19 (-29.63%)
Mutual labels:  jwt-authentication
Home
This is the old home for the Steeltoe project. Please refer to the SteeltoeOSS/steeltoe repository moving forward.
Stars: ✭ 49 (+81.48%)
Mutual labels:  cloud-foundry
node-rest-api-scaffold
This project is an initial NodeJS Rest API scaffold for developers
Stars: ✭ 24 (-11.11%)
Mutual labels:  jwt-authentication
symfony5-jwt-restapi
API for Meeting app development
Stars: ✭ 21 (-22.22%)
Mutual labels:  jwt-authentication
btp-full-stack-typescript-app
A sample project to demonstrate how to implement a full-stack app with SAP Cloud Application Programming Model, plus SAPUI5 and TypeScript.
Stars: ✭ 27 (+0%)
Mutual labels:  cloud-foundry
larvelworkerman
Laravel5.5 + dingo + jwt + workerman 具有聊天的框架. 接口采用dingo标准的RESTFUL模式,JWT用于token验证,workerman用于聊天工具开发只要是websocket
Stars: ✭ 20 (-25.93%)
Mutual labels:  jwt-authentication
jwtauth-plugin
JWTAuth Plugin for WinterCMS
Stars: ✭ 25 (-7.41%)
Mutual labels:  jwt-authentication
cloud-service-broker
OSBAPI service broker that uses Terraform to provision and bind services. Derived from https://github.com/GoogleCloudPlatform/gcp-service-broker
Stars: ✭ 54 (+100%)
Mutual labels:  cloud-foundry
node-express-mongo-passport-jwt-typescript
A Node.js back end web application with REST API, user JWT authentication and MongoDB data storage using TypeScript
Stars: ✭ 51 (+88.89%)
Mutual labels:  jwt-authentication
Kodkod
https://github.com/alirizaadiyahsi/Nucleus Web API layered architecture startup template with ASP.NET Core 2.1, EF Core 2.1 and Vue Client
Stars: ✭ 45 (+66.67%)
Mutual labels:  jwt-authentication
nfw
A jsonapi boilerplate for @nfw-core with mikro-orm
Stars: ✭ 23 (-14.81%)
Mutual labels:  jwt-authentication
keycloak-sso
custom account management template, keycloak authentication and authorization
Stars: ✭ 41 (+51.85%)
Mutual labels:  sso-authentication
MERN Stack Project Ecommerce Hayroo
E-commerce Website | Reactjs | Nodejs | Mongodb | Expressjs | JWT | Tailwind Css
Stars: ✭ 255 (+844.44%)
Mutual labels:  jwt-authentication
pern-stack-auth
📋 Repair. PERN stack todo app with jwt user authentication
Stars: ✭ 17 (-37.04%)
Mutual labels:  jwt-authentication
todo-app
🔥 REST API для приложения списков ToDo
Stars: ✭ 78 (+188.89%)
Mutual labels:  jwt-authentication
reactjs-login-register-crud
ReactJS CRUD Application, ReactJS FileUpload, ReactJS Sample application, ReactJS Boilerplate, ReactJS Login, ReactJS FileUpload, ReactJS Register
Stars: ✭ 47 (+74.07%)
Mutual labels:  jwt-authentication
shopping-cart
A simple Shopping-cart built with React and Django REST Framework(DRF)
Stars: ✭ 41 (+51.85%)
Mutual labels:  jwt-authentication

ASP.NET Security Providers

NOTICE: This repository has been relocated as a sub-directory under the Steeltoe repository. All issues and future development will be done under that repository.

This repository contains various security providers which simplify the process of using Security services on CloudFoundry.

Windows Master (Stable): AppVeyor Master

Windows Dev (Less Stable): AppVeyor Dev

Linux/OS X Master (Stable): Travis Master

Linux/OS X Dev (Less Stable): Travis Dev

.NET Runtime & Framework Support

The components are intended to support both .NET 4.6.1+ and .NET Core (CoreCLR/CoreFX).

Where appropriate, the components are built and unit tested on Windows, Linux and OSX.

Where appropriate, the components and samples have been tested on .NET Core SDK, .NET 4.6.1+, and on ASP.NET Core 2.0.

Usage

For more information on how to use these components see the online Steeltoe documentation.

Nuget Feeds

All new development is done on the dev branch. More stable versions of the components can be found on the master branch. The latest prebuilt packages from each branch can be found on one of two MyGet feeds. Released version can be found on nuget.org.

Building Pre-requisites

To build and run the unit tests:

  1. .NET Core SDK 2.0.3 or greater
  2. .NET Core Runtime 2.0.3

Building Packages & Running Tests - Windows

To build the packages on windows:

  1. git clone ...
  2. cd clone directory
  3. cd src/project (e.g. cd src/Steeltoe.Security.Authentication.CloudFoundry)
  4. dotnet restore
  5. dotnet pack --configuration Release or Debug

The resulting artifacts can be found in the bin folder under the corresponding project. (e.g. src/Steeltoe.Security.Authentication.CloudFoundry/bin)

To run the unit tests:

  1. git clone ...
  2. cd clone directory
  3. cd test/test project (e.g. cd test/Steeltoe.Security.Authentication.CloudFoundry.Test)
  4. dotnet restore
  5. dotnet xunit -verbose

Building Packages & Running Tests - Linux/OSX

To build the packages on Linux/OSX:

  1. git clone ...
  2. cd clone directory
  3. cd src/project (e.g.. cd src/Steeltoe.Security.Authentication.CloudFoundry)
  4. dotnet pack --configuration Release or Debug

The resulting artifacts can be found in the bin folder under the corresponding project. (e.g. src/Steeltoe.Security.Authentication.CloudFoundry/bin

To run the unit tests:

  1. git clone ...
  2. cd clone directory
  3. cd test/test project (e.g. cd test/Steeltoe.Security.Authentication.CloudFoundry.Test)
  4. dotnet xunit -verbose -framework netcoreapp2.0

Sample Applications

See the Samples repository for examples of how to use these packages.

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].