Page MenuHomePhabricator

[backend] Initialize all extensions using the same pattern
Closed, ResolvedPublic

Description

  • Move oauth initialization to api/__init__.py and follow the same pattern as with db and migrate
  • Refactor the api extension initialization to do the same, i.e. use the .init_app() method

Event Timeline

NicoleLBee changed the task status from Open to In Progress.Feb 22 2023, 1:47 PM
NicoleLBee claimed this task.
NicoleLBee moved this task from Backlog to In review on the Toolhunt board.

I've opened PR#35 to address this task.

NicoleLBee moved this task from In review to Done on the Toolhunt board.