owncloud / openidconnect

OpenId Connect (OIDC) Integration for ownCloud
GNU General Public License v2.0
5 stars 2 forks source link

doc: Remove backslashes from json examples to improve readability #263

Closed jnweiger closed 1 year ago

jnweiger commented 1 year ago

I don't the backslashes are required. Maybe even wrong. If needed, please give a rationale.

DeepDiver1975 commented 1 year ago

Slashes CAN be escaped but they must not. Both is valid and supported.

PHP by default always escapes slashes.

So changing this or not doesn't make any difference - besides readability. And because of that :+1: