Skip to content

Add comment on http_digest auth. #2170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 25, 2013
Merged

Add comment on http_digest auth. #2170

merged 5 commits into from
Jan 25, 2013

Conversation

tarjei
Copy link
Contributor

@tarjei tarjei commented Jan 21, 2013

I just thought it would be usefull to see what keys are needed to get HTTP Digest Auth working.

I just thought it would be usefull to see what keys are needed to get HTTP Digest Auth working.
--------------------------

To use HTTP-Digest authentication you need to provide a realm and a key:
.. configuration-block::
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should put an empty line before this

@tarjei
Copy link
Contributor Author

tarjei commented Jan 22, 2013

@wouterj: Thanks! Examples added.

.. configuration-block::

.. code-block:: yaml
# app/config/security.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Put an empty line after .. code-block:: (same below)

Formatting fixes, added file comments.
@tarjei
Copy link
Contributor Author

tarjei commented Jan 22, 2013

Done :)

realm: "secure-api"

.. code-block:: xml
<!-- app/config/security.xml -->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You forgot a new line here 👊 ;)

@wouterj
Copy link
Member

wouterj commented Jan 22, 2013

👍 it's ready for merge (apart from that last change)

weaverryan added a commit that referenced this pull request Jan 25, 2013
Add comment on http_digest auth.
@weaverryan weaverryan merged commit 854bf0e into symfony:master Jan 25, 2013
weaverryan added a commit that referenced this pull request Jan 25, 2013
@weaverryan
Copy link
Member

Hi guys!

Thanks for working together on this! I've merged this into master and then backported it to 2.0, since it applies to all branches (and unfortunately, it didn't patch cleanly directly to 2.0) - you can see the patch at sha: d1a79dc

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants