Opened 5 years ago

Closed 5 years ago

#46 closed task (fixed)

Move session_factory and authn_policy salt hashes to the config/ini files

Reported by: borja Owned by: borja
Priority: critical Milestone: OpenWorkouts 0.2
Component: internals Keywords:
Cc:

Description

In the main() method in source:OpenWorkouts-git/ow/__init__.py we do some pyramid setup, including setting up a SignedCookieSessionFactory? and AuthTktAuthenticationPolicy? instances. Both require some salt hashes to be provided. Those hashes are right now hardcoded there, while it would be better to put them into the proper .ini files.

Change History (3)

comment:1 Changed 5 years ago by borja

  • Component changed from infraestructure to internals

comment:2 Changed 5 years ago by borja

  • Owner set to borja
  • Status changed from new to accepted

comment:3 Changed 5 years ago by borja

  • Resolution set to fixed
  • Status changed from accepted to closed
Note: See TracTickets for help on using tickets.