DAC098 / RFS

custom made file server written in rust.
0 stars 0 forks source link

move auth api's #56

Closed DAC098 closed 4 months ago

DAC098 commented 4 months ago

as stated in #55, the auth api's can be moved outside of the /api and split up to make better sense. the api's that actually deal with authentication can stay and just be moved up a level while the requests that deal with totp / password settings can be moved to a more appropriate locaiton.