Skip to content

slawa85/openproject-mock_auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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-plugins', :git => '[email protected]:opf/openproject-plugins.git', :branch => 'dev'
gem 'openproject-auth_plugins', :git => '[email protected]:finnlabs/openproject-auth_plugins', :branch => 'dev'
gem 'openproject-mock_auth', :git => '[email protected]:machisuji/openproject-mock_auth.git'

Only add the first line if it isn't already present. If the plugin has been enabled you will have a new, somewhat ugly link that reads 'Mock Auth' on the OpenProject login page and in the drop down menu.

Note

The way authentication plugins render their login links is subject to change.

About

Bare minimum OpenProject mock authentication plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published