You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns an auth from an http request. If Basic Authorization is used, this returns a ModelSEED::Auth::Basic. If no authorization is used, this reutrns a ModelSEED::Auth::Public. In the future, we will include OAuth support.
It looks like the HTTP::Request "Authorization" header inserts an additional colon while the Dancer::Request respects the HTTP spec and does not. So where Dancer::Request has: