webpush-wg / webpush-vapid

Voluntary application server self-identification for web push
3 stars 2 forks source link

2.2 Example: Authorization header #10

Closed brianraymor closed 8 years ago

brianraymor commented 8 years ago

2.2. Example

Authorization: Bearer

Is this intended to be WebPush rather than OAuth Bearer (RFC6750)?

martinthomson commented 8 years ago

Actually, @costinm asked whether we should just use Bearer and I couldn't think of a reason not to. Though I had originally looked at Bearer and decided not to use it, I don't remember the reason it was unsuitable. I think that Bearer is adequate and so will correct.

brianraymor commented 8 years ago

Based on #18, proceeding with WebPush rather than Bearer.