Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 540 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 540 Bytes

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.