Page MenuHomeDevCentral

Add GitHub authentication method to forum.nasqueron.org
Closed, ResolvedPublic

Event Timeline

dereckson claimed this task.
dereckson raised the priority of this task from to High.
dereckson updated the task description. (Show Details)
dereckson added a project: Forum.
dereckson added a subscriber: dereckson.

@Kaliiixx seems to have successfully registered using GitHub. Can you also login susing GitHub or do you get an url redirect error?

Nginx configuration updated:

location / {
     proxy_pass http://localhost:32080;
     proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
     proxy_set_header Host $http_host;
     proxy_redirect off;
}