0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 23:31:21 -05:00
penpot/backend
Andrey Antukh db689d151e ♻️ Refactor profile and session handling
- makes the profile access more efficient (replace in-app joins to a
  simple select query on profile table
- add partial support for access-tokens (still missing some RPC methods)
- move router definitions to specific modules and simplify the main http
  module definitions to simple includes
- simplifiy authentication code related to access-tokens and sessions
- normalize db parameters with proper namespaced props
- more work on convert all modules initialization to use proper specs
  with fully-qualified keyword config props
2023-01-18 10:51:58 +01:00
..
dev 💄 Remove duplicate require in backend/dev/user.clj 2022-12-10 07:14:00 -05:00
resources ♻️ Refactor profile and session handling 2023-01-18 10:51:58 +01:00
scripts 🎉 Add login-with-password flag 2022-12-22 16:42:45 +01:00
src ♻️ Refactor profile and session handling 2023-01-18 10:51:58 +01:00
test/backend_tests ♻️ Refactor profile and session handling 2023-01-18 10:51:58 +01:00
build.clj 🎉 Replace current uuidv1 with custom v8 2022-08-03 09:05:28 +02:00
deps.edn 🐛 Fix s3 client issues with s3 compatible services 2022-12-31 16:37:42 +01:00
package.json
tests.edn ♻️ Internal directory refactor. 2021-05-31 11:04:32 +02:00
yarn.lock