Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 527 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 527 Bytes

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.