-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
78 lines (69 loc) · 1.47 KB
/
TODO
File metadata and controls
78 lines (69 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
--------- IDP ----------
- [v] Basic routing setup
- [v] Composer deps for solid-auth, solid-crud, flysystem
- [v] Keyset generation
- [v] E-mail templates
- [v] account created
- [v] delete account
- [v] reset password
- [v] verify
- [v] Frontend
- [v] login
- [v] generated.html
- [v] Solid OIDC
- [v] .well-known
- [v] authorize
- [v] jwks
- [v] logout
- [v] register
- [-] session
- [v] token
- [-] userinfo
- [v] User account
- [v] idp-api-account
- [v] change-password
- [v] delete-account-confirm
- [v] delete-account-request
- [v] new
- [v] reset-password
- [v] verify
- [v] idp-api
- [v] sharing
- [v] User profile
- [v] Mail handler for templates
- [v] CORS for all
- [v] base64 url decode/encode (include/base64_url_encode.php)
- [-] Auto-create-storage
- [v] jtiStore
- [v] Cleanup for expired verify tokens, password, deletion
- [v] Password requirements
----------------------
------- Storage ------
- [v] Flysystem adapter for filesystem
- [v] WAC-viewer
- [v] CORS for all
- [v] Initialize storage
- [v] Notifications
- [-] API for storage creation
------ Test suites -----
- [v] webid
- [v] wac
- [v] solid-crud
- [v] CI integration
------ Unit/Integration tests -----
- [v] ClientRegistration
- [v] JtiStore
- [v] IpAttempts
- [v] Util
- [v] PasswordValidator
- [v] User
- [v] Middleware
- [v] Session
- [v] Db
- [v] Mailer
- [v] MailTemplateGenerator
- [v] MailTemplates
- [v] Server
- [v] StorageServer
- [-] SolidNotifications
- [-] SolidPubSub