Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

42 Improve Token Security & Extend wac.install #50

Merged
merged 115 commits into from
Sep 18, 2023

Commits on Sep 10, 2023

  1. convert modules to esm

    type1fool committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    8ef8c72 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    36c8431 View commit details
    Browse the repository at this point in the history
  2. add shortdoc

    type1fool committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    487ebe2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c76aada View commit details
    Browse the repository at this point in the history
  4. ignore macos index files

    type1fool committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    48d59be View commit details
    Browse the repository at this point in the history
  5. raise when @app is missing

    type1fool committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1eeee10 View commit details
    Browse the repository at this point in the history
  6. wip

    type1fool committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    d5950f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    220b54d View commit details
    Browse the repository at this point in the history
  8. clean up defaults

    type1fool committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    cd70c09 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    be9ea4d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c5e597a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f1460c2 View commit details
    Browse the repository at this point in the history
  12. add link to slack convo

    type1fool committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    30c838a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. add sourceror, sort deps

    type1fool committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    23f6e7a View commit details
    Browse the repository at this point in the history
  2. wip router logic

    type1fool committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    cc37177 View commit details
    Browse the repository at this point in the history
  3. require app.start

    type1fool committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7ad8bcd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e6a179 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    b222e34 View commit details
    Browse the repository at this point in the history
  2. add success message

    type1fool committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    7234507 View commit details
    Browse the repository at this point in the history
  3. rename users to identity

    type1fool committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d5f9512 View commit details
    Browse the repository at this point in the history
  4. add notes about ULID

    type1fool committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    da4f34c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc7df3e View commit details
    Browse the repository at this point in the history
  6. rm token test

    type1fool committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1c11151 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    291c907 View commit details
    Browse the repository at this point in the history
  8. ci: update cache config

    type1fool committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    fee9560 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    cea1b55 View commit details
    Browse the repository at this point in the history
  2. add req

    type1fool committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    163594d View commit details
    Browse the repository at this point in the history
  3. set cookie via req instead of hacky form,

    adjust button styles
    type1fool committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5137bcc View commit details
    Browse the repository at this point in the history
  4. add prelim live view test

    type1fool committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a2033ff View commit details
    Browse the repository at this point in the history
  5. update fieldset styles

    type1fool committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    549ad8c View commit details
    Browse the repository at this point in the history
  6. generate token in changeset

    type1fool committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b198f17 View commit details
    Browse the repository at this point in the history
  7. fix token generation

    type1fool committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ebd3ec5 View commit details
    Browse the repository at this point in the history
  8. fix session request

    type1fool committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    2d5429c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ddb162c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a70a10d View commit details
    Browse the repository at this point in the history
  11. fix csrf pattern match

    type1fool committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    bbd727e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0d0a426 View commit details
    Browse the repository at this point in the history
  13. fix csrf token fetch

    type1fool committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    133cb39 View commit details
    Browse the repository at this point in the history
  14. rm csrf from auth live

    type1fool committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    cb17882 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    21c89ff View commit details
    Browse the repository at this point in the history
  16. actually send the response

    type1fool committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    78714f6 View commit details
    Browse the repository at this point in the history
  17. fix session req uri path

    type1fool committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    44d78bc View commit details
    Browse the repository at this point in the history
  18. rm req for now

    type1fool committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    fda7335 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    99fb6e6 View commit details
    Browse the repository at this point in the history
  20. revert back to token form

    type1fool committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    966ecb7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6ee4cae View commit details
    Browse the repository at this point in the history
  22. inject js hooks

    type1fool committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    42bf93f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8810e29 View commit details
    Browse the repository at this point in the history
  24. handle missing spaces

    type1fool committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    38b734d View commit details
    Browse the repository at this point in the history
  25. update capture replacement

    type1fool committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a778007 View commit details
    Browse the repository at this point in the history
  26. fix copy error

    type1fool committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5b3b271 View commit details
    Browse the repository at this point in the history
  27. add missing assign

    type1fool committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    64b5c69 View commit details
    Browse the repository at this point in the history
  28. add test placeholders

    type1fool committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d2da2a0 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ce2e606 View commit details
    Browse the repository at this point in the history
  30. remove stray comment

    type1fool committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d648e2c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. add navigation components

    type1fool committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    36e0d03 View commit details
    Browse the repository at this point in the history
  2. extract generator error

    type1fool committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    e8f3833 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6683749 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    523a1f4 View commit details
    Browse the repository at this point in the history
  5. don't format heex files

    type1fool committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    6000052 View commit details
    Browse the repository at this point in the history
  6. reorder web generators

    type1fool committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b8b4227 View commit details
    Browse the repository at this point in the history
  7. inspect the module name

    type1fool committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    9316f93 View commit details
    Browse the repository at this point in the history
  8. add missing module name

    type1fool committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    180f555 View commit details
    Browse the repository at this point in the history
  9. derp

    type1fool committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    5dd9131 View commit details
    Browse the repository at this point in the history
  10. add embed_templates

    type1fool committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    dc2a840 View commit details
    Browse the repository at this point in the history
  11. wrap template strings

    type1fool committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    094fd2a View commit details
    Browse the repository at this point in the history
  12. use :if attr

    type1fool committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    3e27296 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6c200b6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3181203 View commit details
    Browse the repository at this point in the history
  15. use verified routes

    type1fool committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    01deb18 View commit details
    Browse the repository at this point in the history
  16. adjust navbar styles

    type1fool committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    e264f0b View commit details
    Browse the repository at this point in the history
  17. adjust navbar appearance

    type1fool committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    d2c85a1 View commit details
    Browse the repository at this point in the history
  18. inject sign-in link to root

    type1fool committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    ac35078 View commit details
    Browse the repository at this point in the history
  19. correct the page file path

    type1fool committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    fc77e6d View commit details
    Browse the repository at this point in the history
  20. add page html injector

    type1fool committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    150a518 View commit details
    Browse the repository at this point in the history
  21. fix token query

    type1fool committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    9486007 View commit details
    Browse the repository at this point in the history
  22. inspect the app atom

    type1fool committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    8c982d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    e52be28 View commit details
    Browse the repository at this point in the history
  2. rm io inspect

    type1fool committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    e3f659d View commit details
    Browse the repository at this point in the history
  3. rm errant alias

    type1fool committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    2cd4abf View commit details
    Browse the repository at this point in the history
  4. fix UserTokenCleaner

    type1fool committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    e39b958 View commit details
    Browse the repository at this point in the history
  5. fix timer ref

    type1fool committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    01273ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5e2daa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf05641 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    02eb5de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e657de View commit details
    Browse the repository at this point in the history
  3. Revert "add @attestation attr, sort attrs"

    This reverts commit cf05641.
    type1fool committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    e07a1a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30a3385 View commit details
    Browse the repository at this point in the history
  5. add dialyxir

    type1fool committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    c92272c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a61cb09 View commit details
    Browse the repository at this point in the history
  7. add fixtures

    type1fool committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    e95f98a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2adf555 View commit details
    Browse the repository at this point in the history
  9. fix alias

    type1fool committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    f449d9b View commit details
    Browse the repository at this point in the history
  10. cleanup comments

    type1fool committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    fd2e742 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e55ea5c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3eb4042 View commit details
    Browse the repository at this point in the history
  13. add attestation attrs

    type1fool committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    f45953f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c843dab View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9fc2b5f View commit details
    Browse the repository at this point in the history
  16. update description

    type1fool committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    c458cb7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    929cf7c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c21ff4a View commit details
    Browse the repository at this point in the history
  19. wip: webauthn flow updates

    type1fool committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    007bca9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9d763cb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3ef2814 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    36b84e4 View commit details
    Browse the repository at this point in the history
  23. update flow diagrams

    type1fool committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    077a1d4 View commit details
    Browse the repository at this point in the history
  24. cleanup

    type1fool committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    d0cede5 View commit details
    Browse the repository at this point in the history
  25. update documentation

    type1fool committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    5ec40f0 View commit details
    Browse the repository at this point in the history
  26. fix typespecs

    type1fool committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    c74be72 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7da6df9 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. fix flaky test

    type1fool committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    c4b2da7 View commit details
    Browse the repository at this point in the history
  2. update readme

    type1fool committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    145ff87 View commit details
    Browse the repository at this point in the history
  3. add toc to webauthn flows

    type1fool committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    8f63186 View commit details
    Browse the repository at this point in the history
  4. fix toc in webauthn flows

    type1fool committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    bf2eb95 View commit details
    Browse the repository at this point in the history