Skip to content

Commit

Permalink
update internal notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebadob committed Apr 23, 2024
1 parent afb5813 commit b8699b7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions dev_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## CURRENT WORK

- dynamic server side pagination for users in admin ui

## Stage 1 - essentials

[x] finished
Expand All @@ -17,12 +19,13 @@

### Notes for performance optimizations

- all the `get_`s on the `Client` will probably be good with returning slices instead of real Strings -> less memory
allocations
- all the `get_`s on the `Client` will probably be good with returning slices instead of real Strings
-> less memory allocations

## Stage 3 - Possible nice to haves

- respect `display=popup` and / or `display=touch` on `/authorize`
- impl experimental `dilithium` alg for token signing to become quantum safe
- 'rauthy-migrate' project to help migrating to rauthy?
- 'rauthy-migrate' project to help migrating to rauthy? probably when doing benchmarks anyway and use it
for dummy data?
- custom event listener template to build own implementation? -> only if NATS will be implemented maybe?

0 comments on commit b8699b7

Please sign in to comment.