Histórico de Commits

Autor SHA1 Mensagem Data
  Jonathan Rohde df09d0830a feat(sqlalchemy): Replace peewee with sqlalchemy há 10 meses atrás
  Timothy J. Baek ab270c1682 fix há 10 meses atrás
  Timothy J. Baek b36c525ebc enh: cookie auth há 10 meses atrás
  Timothy J. Baek 1fce466253 refac: folder rename web -> webui há 11 meses atrás
  Timothy J. Baek 9094536d37 feat: user last active há 1 ano atrás
  Timothy J. Baek 0aa4d305c7 chore: print statement removed há 1 ano atrás
  Timothy J. Baek 1066096b33 fix há 1 ano atrás
  Timothy J. Baek 398b2076cd refac há 1 ano atrás
  Timothy J. Baek b35cc36e19 chore: formatting há 1 ano atrás
  liu.vaayne 81e928030f backend support api key há 1 ano atrás
  Timothy J. Baek 366679ff7c fix: 'dict' object issue há 1 ano atrás
  Timothy J. Baek b5bd07a06a feat: secure litellm api há 1 ano atrás
  Timothy J. Baek 3af8d16e6a fix: admin issue há 1 ano atrás
  Tim Farrell 08e8e922fd Endpoint role-checking was redundantly applied but FastAPI provides a nice abstraction mechanic...so I applied it. There should be no logical changes in this code; only simpler, cleaner ways for doing the same thing. há 1 ano atrás
  Tim Farrell 4fceb404bd Call `jwt.decode` with the expected algorithms há 1 ano atrás
  Tim Farrell e15dbdc46a Pass the instance we're using. há 1 ano atrás
  Tim Farrell 8c37edd027 Even though "User.email" is enforced as unique at signup, it is not a unique field in the database. Let's use "User.id" instead. This also makes it more difficult to do a session stealing attack. há 1 ano atrás
  Tim Farrell 2c1dacb9b6 We should verify signatures to make the whole session secret meaningful. há 1 ano atrás
  Tim Farrell d67f3d982b Start by renaming variables to something more generic. This will give us a bit more flexibility as we look to other session management mechanisms. há 1 ano atrás
  Timothy J. Baek 5e6d946f83 chore: disable passlib log há 1 ano atrás
  ThatOneCalculator 07cc7f15d5 chore: :rotating_light: lint and format há 1 ano atrás
  Anuraag Jain 77323d9b25 refac: remove the verify_token and use get-current user for auth+user há 1 ano atrás
  Anuraag Jain bdd153d8f5 refac: use dependencies to verify token há 1 ano atrás
  Anuraag Jain a01b112f7f feat(auth): add auth middleware há 1 ano atrás
  Timothy J. Baek 83ff1d77ea feat: set first user to admin by default há 1 ano atrás
  Timothy J. Baek 8547b7807d feat: basic RBAC support há 1 ano atrás