TheUnquiet
Jwt authorization returning 401 every time
I'm trying to add authentication & authorization to my app using jwt tokens, even after generating the token and logging in I still get a 401 Unauthorized error in swagger, I have 0 clue what's happening.
4 replies
Advice for 3 Layer Architecture,
i have a 3 layer Architecture project, I have to add Clients, Orders and Products should I make a OrdersManager, ProductManager and so on?
Same question but with the repo that will write to the database should I have one for the entire project or one for each type?
I'd really like some advice
2 replies
Advice on making sure an object cannot be added to another list
I've got a program with boats, companies and fleets, if a ship is added to one fleet it cannot be added to another fleet, could someone give me some guideness as to how to achive this?
108 replies