PHP Classes

File: src/Security/Config/services/security.yaml

Recommend this page to a friend!
  Classes of Niko   PHP HouseHold   src/Security/Config/services/security.yaml   Download  
File: src/Security/Config/services/security.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HouseHold
Manage the stock of groceries in a house
Author: By
Last change:
Date: 2 years ago
Size: 1,057 bytes
 

Contents

Class file image Download
security: encoders: App\Security\Domain\User\User: algorithm: auto cost: 14 providers: oauth: id: App\Security\Infrastructure\User\Authentication\Provider\OAuth firewalls: dev: pattern: ^/(_(profiler|wdt)|css|images|js)/ security: false main: logout: path: /logout target: / guard: entry_point: App\Security\Infrastructure\OAuth\Authentication\Guard\UsernamePassword authenticators: - App\Security\Infrastructure\OAuth\Authentication\Guard\UsernamePassword pattern: #switch_user: true anonymous: ~ access_control: - { path: ^/api/healthz, roles: IS_AUTHENTICATED_ANONYMOUSLY } - { path: ^/login, roles: IS_AUTHENTICATED_ANONYMOUSLY } - { path: ^/connect, roles: IS_AUTHENTICATED_ANONYMOUSLY } - { path: ^/api/docs.json, roles: IS_AUTHENTICATED_ANONYMOUSLY } - { path: ^/setup, roles: IS_AUTHENTICATED_ANONYMOUSLY } - { path: ^/, roles: IS_AUTHENTICATED_FULLY }