Giter VIP home page Giter VIP logo

emoncms_auth0's Introduction

Emoncms is an open-source web application for processing, logging and visualising energy, temperature and other environmental data and is part of the OpenEnergyMonitor project.

Auth0 module has been developed by Carbon Co-op https://carbon.coop/

Auth0 Module

Log into emonCMS using Auth0 (single sign platform)

License

This module is released under the GNU Affero General Public License

Installation

Clone repository

git clone https://github.com/carboncoop/emonCMS_auth0 auth0

Install dependencies composer install

in settings.php add configure your Auth0 credentials:

$AUTH0_DOMAIN="your_auth_domain";
$AUTH0_CLIENT_SECRET="your_client_secret";
$AUTH0_CALLBACK_URL="https://your_emoncms_installation/"; // the rest of the URL is added by the Auth0 controller
$AUTH0_AUDIENCE="";
$AUTH0_STARTING_PAGE=""; // Page to redirect users after login

In your Auth0 application add https://your_emoncms_installation/auth0/callback to your Allowed Callback URLs

How to use it

To login visit https://your_emoncms_installation/auth0/login

emoncms_auth0's People

Contributors

cagabi avatar

Stargazers

Emrys Roberts avatar

Watchers

James Cloos avatar Matt Fawcett avatar  avatar  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.