Skip to content

Application for nextcloud 20 to login via post requests using third party applications

License

Notifications You must be signed in to change notification settings

ronozoro/loginviapost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

<html>
    <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>
</html>

About

Application for nextcloud 20 to login via post requests using third party applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published