thentos icon indicating copy to clipboard operation
thentos copied to clipboard

A tool for privacy-preserving identity management (PPIM)

Results 43 thentos issues
Sort by recently updated
recently updated
newest added

Insofar as possible, for both requests and responses. (Rather than top-level strings, arrays, etc.)

The ServiceSessionToken needs to be stored in the query of the redirect url. See BUG marker in `thentos-core/src/Thentos/Frontend/Handlers.hs`.

bug

The frontend expects "/user/register_confirm/", but the link is now generated in the backend and has the form "/activate/". See BUG marker in `thentos-core/src/Thentos/Frontend/Handlers.hs`.

bug

Get csrfToken from state instead of using a hard-coded one. See BUG marker in `thentos-core/src/Thentos/Frontend/Pages.hs`.

bug

we probably want to contribute to these (if anything is missing) and then depend on them: - https://github.com/anchor/anchor-token-server - https://github.com/anchor/oauth2-server i will look into this. thanks @jkarni!

Modules: `thentos-core/src/Servant/Missing.hs`, `thentos-tests/test/Servant/MissingSpec.hs`, introduced in #351. There are at least these options: 1. https://github.com/haskell-servant/servant/servant-digestive-functors 2. https://github.com/haskell-servant/servant-digestive-functors 3. https://github.com/liqd/servant-digestive-functors

Write one or two tests for the existing purescript functions. Define a simple way to call the test suite (doesn't have to be integrated with the backend tests via selenium...

Design and implement a REST API that allows A3 to create and delete contexts. In the planned setup, A3 will call Thentos (rather then the other way around) when process...

A lot of questions are popping up related to API design in #229, and that's not quite the right place for all of them. Most of these pertain to thentos-core,...

The `Makefile` (on top level, not inside the packages) has a rule `%.packunused` that lists all unused dependencies in a cabal file. However, it only looks at the modules listed...