Griffiths Lott
09d868fc10
Authorization and authentication in place (not tested)
...
Authorization issues JWT and fingerprint
Created authentication middleware -> validate JWT, fingerprint and check
signed headers
Basically rewrote login (now AuthorizationController)
Name numnerous model changes (I think all reflected in DB create script)
Added to appsettings (hide none dev cause secret keys)
Some changes to JS ecc class for signing
3 years ago
Griffiths Lott
a3b1ff40d8
Login componenent outbound ready with ECC signing.
...
Set up Models for backend->db communication.
Made DB table changes. (AuthLevel, Auth, Users)
Started backend Login controller. JWT started.
3 years ago
Griffiths Lott
525860c31d
Created DB base data upload script. Creates LEAFTemplate headers, LEAF
...
Company, auth level admin, accounts for me and Pam
Also created Argon2 hasher for the server. Can hash and verify strings.
3 years ago
Griffiths Lott
72113dc863
Integrated old with new classes. Header Correction not working. Can't hold selected value.
3 years ago
Griffiths Lott
e54936e095
Lots of refactoring, working well. Changed backend a bit
3 years ago
Griffiths Lott
1d8d92d595
Updated template regex, working header/value checker in vue ExcelUpload
3 years ago
Griffiths Lott
e7afc6e838
Added parsing of uploaded excel document. Returns array of missing and invalid datapoints. Regex needs work.
3 years ago
Griffiths Lott
7feaba97f0
Working file transfer
3 years ago
Griffiths Lott
e74ebcea6a
Basic Vue upload page that reads excel file. No document validation. ASP.Net API with endpoint to request the current data standard and an endpoint to allow for excel uploads.
3 years ago