GithubHelp home page GithubHelp logo

anthrax3 / saasy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from agrothe/saasy

0.0 0.0 0.0 1.01 MB

SaaSy Framework - ASPNET Core development SaaS starter kit

Home Page: https://agrothe.github.io/saasy/

License: MIT License

C# 75.34% HTML 23.75% Dockerfile 0.27% CSS 0.53% JavaScript 0.11%

saasy's Introduction

SaaSy

SaaSy Framework - ASPNET Core development SaaS starter kit

Status

TravisCI Build - Build Status

Development Starter

Tired of always starting from the same place, this starter project will provide a template providing:

  • Multi-tenant architecture
  • Localization & Globalization at all levels (Database, Service, View)
  • Authentication (ASP.NET Identity)
    • Individual accounts
    • OAuth providers
    • Active Directory provider
    • 2nd Factor authentication
  • Claim based authorization with granular permissions
  • User management
  • Tenant management

Routing

Routing is defined as:

https://domain.com/{locale}/{tenant code}/{area?}/{controller}/{action}/{params?}/

So an application page action Signup on controlller Newsletter would be:

https://domain.com/en/app/newsletter/signup

The Identity area uses the default Razor pages and has been mapped to just the account controller.

For example, our login page will be

https://domain.com/en/app/account/login

The default base tenant is defined as "app", so if you don't wish to have a multi-tenant application you can disable the creation of new tenants and just roll with the default or modify the code to removed tenants altogether.

saasy's People

Contributors

agrothe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.