Add support for openid with github and facebook
This commit is contained in:
@@ -15,6 +15,7 @@ type Session struct {
|
||||
StackName string `json:"stack_name" bson:"stack_name"`
|
||||
ImageName string `json:"image_name" bson:"image_name"`
|
||||
Host string `json:"host" bson:"host"`
|
||||
UserId string `json:"user_id" bson:"user_id"`
|
||||
rw sync.Mutex `json:"-"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user