lmucs/cher-ami

Change Auth header to conform to typical HTTP spec

Closed this issue · 0 comments

We need to update the Authorization header requirement to meet with HTTP Header spec. Currently, our Authorization header looks like this:

Authorization            xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

According to the spec, we need Token or some other word before that:

Authorization            Token xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

More info on this spec here.