Git Product home page Git Product logo

eggercise.rs's Introduction

eggercise.rs

Dependencies

  • C++ compiler (for wasm-opt). G++ and Clang both work but the g++ version needs to be at least 17 which isn't in some OS apt repos yet. apt install clang
  • OpenSSL v3.x apt install libssl-dev

TODO

  • Solution for leptos routes working offline in the service worker
    • /* -> index?
    • Included in package generated from shared crate?
  • Modify service setup so releases are in versioned folders rather than just the main binary (so assets are versioned too) (Update it to docker)
  • Improve client-server error situation (see api.rs)
    • It could possibly be simplified. Try using it and see if there is actually any benefit to the enum variants over just returning a string
  • The service worker mapping unknown URLs to index isn't working in FF
  • Macro to generate all_columns for Iden structs. Failing that a test that checks against a hard-coded list to prevent it going out of sync

WebauthN

  • Register
  • Login
  • Add Key
    • Add key with authentication given by another device (i.e. allow phone to access it from desktop login session)
      1. Click add new device after logging in
      2. Generate a random page /user/:id/add_key/:uuid
      3. Encode url as QR code, show it to the user and instruct them to scan it
      4. On the random page, perform the key dance but don't activate it yet.
      5. Update the original page to approve the new device "Would you like to add new device blah blah with key blah blah to your account?"

Docker build

  • Mount sqlite db

Potentially useful crates

eggercise.rs's People

Contributors

cs2dsb avatar

Stargazers

Alex Helfet avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.