Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

svthalia/nextcloud-concrexit-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concrexit user sync and authentication

Authenticate user login against a concrexit instance.

This plugin sync users and group from concrexit to local tables inside NextCloud.

Add the following to your config.php:

    'concrexit' => array(
        'host' => 'https://myconcrexit.example',
        'secret' => 'supersecretapitoken',
        'quota' => '100MB',
    ),

quota is optional option and defaults to 100MB.

And add the plugin code to your custom_apps folder. The plugin should be in a folder called concrexitauth.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages