Skip to content

Instantly share code, notes, and snippets.

@bwaidelich
Created October 30, 2015 09:04
Show Gist options
  • Save bwaidelich/f7e1787eee6bcf855dc9 to your computer and use it in GitHub Desktop.
Save bwaidelich/f7e1787eee6bcf855dc9 to your computer and use it in GitHub Desktop.
Using HTTP Basic Authentication in TYPO3 Flow
TYPO3:
Flow:
security:
authentication:
providers:
'HttpBasicProvider':
provider: 'PersistedUsernamePasswordProvider'
token: 'TYPO3\Flow\Security\Authentication\Token\UsernamePasswordHttpBasic'
entryPoint: 'HttpBasic'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment