Skip to content
This repository was archived by the owner on Jul 9, 2019. It is now read-only.
This repository was archived by the owner on Jul 9, 2019. It is now read-only.

Configuration simplifiée #20

@Nyxis

Description

@Nyxis

Ne pas avoir :

# MajoraOAuthServerBundle
majora_oauth_server:
    secret: %secret%
    access_token:
        loader: { orm: ~ }
        repository: { orm: ~ }
    refresh_token:
        loader: { orm: ~ }
        repository: { orm: ~ }
    account:
        loader:
            id: axa.person.loader
        repository:
            id: axa.person.repository
    application:
        loader: { orm: ~ }
        repository: { orm: ~ }

Mais :

# MajoraOAuthServerBundle
majora_oauth_server:
    secret: %secret%
    driver:
        orm: ~
    account:
        loader:
            id: axa.person.loader
        repository:
            id: axa.person.repository

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions