slimphp / Slim-Http

A set of PSR-7 object decorators providing useful convenience methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle encoding of user info

akrabat opened this issue · comments

See slimphp/Slim#2201.

Some questions:

  • How do we handle previously encoded passwords being passed to withUserInfo()?
  • Should we only encode on output (i.e. in __toString() and getBaseUrl()?