routing.yml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. _packagist:
  2. resource: '@PackagistWebBundle/Controller'
  3. type: annotation
  4. fos_user_profile:
  5. resource: '@FOSUserBundle/Resources/config/routing/profile.xml'
  6. prefix: /profile
  7. fos_user_profile_show:
  8. path: /profile/
  9. defaults: { _controller: PackagistWebBundle:User:viewProfile }
  10. methods: [GET]
  11. fos_user_register:
  12. resource: '@FOSUserBundle/Resources/config/routing/registration.xml'
  13. prefix: /register
  14. fos_user_resetting:
  15. resource: '@FOSUserBundle/Resources/config/routing/resetting.xml'
  16. prefix: /resetting
  17. fos_user_change_password:
  18. resource: '@FOSUserBundle/Resources/config/routing/change_password.xml'
  19. hwi_oauth_connect:
  20. resource: '@HWIOAuthBundle/Resources/config/routing/connect.xml'
  21. prefix: /connect
  22. # overrides the fosub /login page
  23. hwi_oauth_login:
  24. resource: '@HWIOAuthBundle/Resources/config/routing/login.xml'
  25. prefix: /login
  26. hwi_oauth_redirect:
  27. resource: '@HWIOAuthBundle/Resources/config/routing/redirect.xml'
  28. prefix: /login
  29. github_check:
  30. path: /login/check-github
  31. logout:
  32. path: /logout
  33. login_check:
  34. path: /login_check
  35. 2fa_login:
  36. path: /2fa
  37. defaults:
  38. _controller: "scheb_two_factor.form_controller:form"
  39. 2fa_login_check:
  40. path: /2fa-check