NormalGravity / debate-n-go-api

The rest service for debate-n-go
0 stars 0 forks source link

All uniqueUrlExtensions for users must be not null #24

Closed LongLiveCHIEF closed 10 years ago

LongLiveCHIEF commented 10 years ago

I see that several of the new users, have null value for their uniqueUrlExtension property. The nickname can be null, but not the uniqueUrlExtension.

Can't log in without that extension.

LongLiveCHIEF commented 10 years ago

at this point... I'd rather neither be blank.

maximx1 commented 10 years ago

Thwy aren't On Feb 12, 2014 11:11 PM, "Brian Vanderbusch" notifications@github.com wrote:

at this point... I'd rather neither be blank.

Reply to this email directly or view it on GitHubhttps://github.com/NormalGravity/debate-n-go-api/issues/24#issuecomment-34949154 .

maximx1 commented 10 years ago

http://imgur.com/ag52GAw

LongLiveCHIEF commented 10 years ago

ok. I guess the problem then... is that when data is returned from authentication, the votingTopic: {users:{}}, uniqueUrlExtension is null, which... really isn't a problem. I don't care if an auth user can get the extensions of other app users... so long as those extensions register against the api and auth the users themselves, then it works.

LongLiveCHIEF commented 10 years ago

@maximx1 disregard, found a way.