nextcloud/loginviapost

Name: loginviapost

Owner: Nextcloud

Description: Login to Nextcloud via HTTP POST

Created: 2017-07-12 13:21:16.0

Updated: 2018-04-30 09:46:50.0

Pushed: 2018-02-13 12:43:27.0

Homepage: null

Size: 1596

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Login to Nextcloud via HTTP POST request codecov

Warning: This plugin allows login CSRF by design. You are likely better off using a proper single-sign-on solution such as the Nextcloud SAML application.

Description

Login users to your Nextcloud with a simple HTTP POST request from another web page, the following form explains the usage of this plugin:

l>
<body>
    <form method="post" action="https://example.com/index.php/apps/loginviapost/login">
        <input type="text" name="username" />
        <input type="text" name="password" />
        <input type="submit" value="Submit" />
    </form>
</body>
ml>

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.