nbk1982 / openproject-mock_auth

Bare minimum OpenProject mock authentication plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenProject MockAuth Plugin

Adds support for OmniAuth MockAuth strategy for OpenProject.

Usage

Add this plugin by adding it to Gemfile.plugins, e.g.:

gem 'openproject-auth_plugins', :git => 'https://github.com/opf/openproject-auth_plugins.git', :branch => 'release/4.0'
gem 'openproject-mock_auth',    :git => 'https://github.com/machisuji/openproject-mock_auth.git'

If the plugin has been enabled you will have a new link that reads 'Mock Auth' on the OpenProject login page and in the drop down menu.

About

Bare minimum OpenProject mock authentication plugin


Languages

Language:Ruby 100.0%