Skip to content
  • Aboobacker MK's avatar
    Compatibility for hashed oauth secrets · 643a089a
    Aboobacker MK authored and Balasankar 'Balu' C's avatar Balasankar 'Balu' C committed
    We are working on hashing application secrets for compliance reasons,
    omnibus's current lookup for oauth application is not compatiable with
    hashed oauth secrets. Alternative is to use
    Doorkeeper::Application.by_uid_and_secret which does hashing logic if
    the secret is in hashed form
    
    Changelog: changed
    643a089a