All Projects ā†’ stavroskasidis ā†’ Blazorwithidentity

stavroskasidis / Blazorwithidentity

Licence: mit
A project template for a blazor hosted app using cookie based authentication with ef core identity.

Projects that are alternatives of or similar to Blazorwithidentity

Doorkeeper
Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.
Stars: āœ­ 4,917 (+1931.82%)
Mutual labels:  authentication, identity
Cierge
šŸ—ļø Passwordless OIDC authentication done right
Stars: āœ­ 1,245 (+414.46%)
Mutual labels:  authentication, identity
Angular Auth Oidc Client
npm package for OpenID Connect, OAuth Code Flow with PKCE, Refresh tokens, Implicit Flow
Stars: āœ­ 577 (+138.43%)
Mutual labels:  authentication, identity
Ockam
End-to-end encrypted messaging and mutual authentication between cloud and edge-device applications
Stars: āœ­ 395 (+63.22%)
Mutual labels:  authentication, identity
Security
šŸ”‘ Provides authentication, authorization and a role-based access control management via ACL (Access Control List)
Stars: āœ­ 180 (-25.62%)
Mutual labels:  authentication, identity
Product Is
Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
Stars: āœ­ 435 (+79.75%)
Mutual labels:  authentication, identity
Jetweet
Jetweet is a mini twitter clone with basic functionalities, Made using ASP.NET CORE and Entity framework technologies
Stars: āœ­ 29 (-88.02%)
Mutual labels:  entity-framework-core, authentication
Aspnet5identityserverangularimplicitflow
OpenID Connect Code / Implicit Flow with Angular and ASP.NET Core 5 IdentityServer4
Stars: āœ­ 670 (+176.86%)
Mutual labels:  authentication, identity
Security.identity
.NET DevPack Identity is a set of common implementations to help you implementing Identity, Jwt, claims validation and another facilities
Stars: āœ­ 165 (-31.82%)
Mutual labels:  authentication, identity
Magic Js
Magic browser/React Native JavaScript SDK is your entry-point to integrating passwordless authentication inside your application.
Stars: āœ­ 143 (-40.91%)
Mutual labels:  authentication, identity
Django Oidc Provider
OpenID Connect and OAuth2 provider implementation for Djangonauts.
Stars: āœ­ 320 (+32.23%)
Mutual labels:  authentication, identity
Run Aspnetcore Realworld
E-Commerce real world example of run-aspnetcore ASP.NET Core web application. Implemented e-commerce domain with clean architecture for ASP.NET Core reference application, demonstrating a layered application architecture with DDD best practices. Download 100+ page eBook PDF from here ->
Stars: āœ­ 208 (-14.05%)
Mutual labels:  entity-framework-core, authentication
Authentication
Authentication examples for AspNetCore 3.1
Stars: āœ­ 37 (-84.71%)
Mutual labels:  identity, entity-framework-core
Spring Boot Security Saml Sample
SBS3 ā€” A sample SAML 2.0 Service Provider built on Spring Boot.
Stars: āœ­ 469 (+93.8%)
Mutual labels:  authentication, identity
APICorePayLots
Web API designed in Asp.NET Core 3.1, using Dapper and Entity Framework Core, Repository Pattern, Identity
Stars: āœ­ 13 (-94.63%)
Mutual labels:  identity, entity-framework-core
Eid Mw
eID Middleware (main repository)
Stars: āœ­ 137 (-43.39%)
Mutual labels:  authentication, identity
Oauthlib
A generic, spec-compliant, thorough implementation of the OAuth request-signing logic
Stars: āœ­ 2,323 (+859.92%)
Mutual labels:  authentication, identity
Stormpath Sdk Java
Official Java SDK for the Stormpath User Management REST API
Stars: āœ­ 221 (-8.68%)
Mutual labels:  authentication, identity
Frank jwt
JSON Web Token implementation in Rust.
Stars: āœ­ 227 (-6.2%)
Mutual labels:  authentication
Laravel Auth
Laravel 8 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. Uses offical [Bootstrap 4](http://getbootstrap.com). This also makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. The project can be stood uā€¦
Stars: āœ­ 2,692 (+1012.4%)
Mutual labels:  authentication

Blazor with Identity

Build status Nuget (with prereleases) Nuget Donate

A project template for a blazor hosted app using cookie based authentication with ef core identity

Using the template

  1. Install the template
> dotnet new --install BlazorWithIdentity.Template
  1. Create a new project
> dotnet new blazorwithidentity -o MyBlazorApp

How to run

  1. Install the latest dotnet sdk and the latest Visual Studio.
  2. Clone or download.
  3. Open the solution in the template folder and press F5.
  4. Create a user using the Create Account button in the login page or login if you have already created a user.

Live demo

https://blazorwithidentity.azurewebsites.net/

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