Kun Deng
270b7d059c
#90 : Adding functionality to download cover art ( #97 )
...
* Added endpoint to download cover art
* Code cleanup
* More cleanup
2024-06-16 18:28:08 -04:00
Kun Deng
23c50de468
Net8 ( #89 )
...
* .NET 8 migration
* Fixed bugs with song management
* More cleanup and making some constants
* Updated yml
* Clean up
Removing comments, some cleanup, and moving the startup code into Program.cs
* Removing comments
* Fixed song deletion issue
* Added functionality to delete song directories
* Updated README
2024-06-15 12:17:12 -04:00
kdeng00
c17c9cd329
Migrating to modern c# namespace
...
Using the short namesapce declaration for conciseness
2023-04-09 12:34:06 -04:00
kdeng00
74569d85b6
Deprecating asymmetric keys
...
Starting work to deprecate using public and private keys to sign tokens
2022-12-16 13:48:15 -05:00
kdeng00
d460b5d5d6
Token modification
...
Addresses #84 . Adding user ID to the access token.
2022-12-16 12:59:11 -05:00
Kun Deng
05b5de0939
Cleanup
2022-09-04 20:45:17 -04:00
Kun Deng
d5944c470b
Symmetric keys with jwt has been implemented
2022-09-04 20:34:33 -04:00
Kun Deng
665407aac5
Code cleanup
2022-08-27 20:35:34 -04:00
Kun Deng
e5bea187f4
Token validation
2022-08-27 20:16:01 -04:00
Kun Deng
d48716a54f
Endpoint authorization
...
Tokens are validated for some of the endpoints. Need to add other measures to rule out bogus tokens.
2022-08-26 18:01:29 -04:00
Kun Deng
467a9d7e0f
Saving changes
...
Using asymmetric validation
2022-08-13 18:23:03 -04:00
kdeng00
edaea68296
Functional
2021-12-23 21:10:13 -05:00
amazing-username
56fe805f80
Code cleanup and conforming to a coding covention
2019-07-04 17:19:40 -04:00
amazing-username
42facee883
Added versioning to the API, created namespace for the Reposiorites, Changed the StoreContexts to Repositories, moved the Contexts class to another namespace. #37
2019-05-28 23:36:56 +00:00
amazing-username
9bfb43e46a
Addressed the unsecure login HTTP endpoint and user the Performers property instead of the deprecated Artists property from the TagLib library. #38
2019-05-11 16:42:29 -04:00
amazing-username
a3c74b50bc
Implemented Artist HTTP endpoint functionality. #21 and #26
2019-05-10 22:21:30 -04:00
amazing-username
065abeecbc
Implemented Tokens, Login Functionality, and download authorization #15 , #27 , #31 , #34
2019-04-28 22:29:15 +00:00
amazing-username
0f918d6562
Added functionality to the Login Controller. Added TODO's for implementing Tokens #27 #31
2019-04-28 02:05:23 +00:00