Skip to content

edezacas/auth-token-query-param

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auth-token-query-param

HumHub module to allow authentica user through token string query parameter.

You need to configure urlAuthServer.

Your authenticator server must return a json with this structure:

{
    data:{
        user:{
            username: string
            email: string
            person:{
                firstName: string
                lastName: string
            }
        }
    }
}

With this info this module can create a new user if not present and/or logged in to HumHub.

About

Simple humhub module (yii) for authenticate through token

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages