rage / tmc-langs-rust

A library and CLI for supporting different programming languages in the TestMyCode programming assignment evaluator.
https://tmc.mooc.fi/
Apache License 2.0
7 stars 9 forks source link

Login function with password as input parameter String #161

Closed Robustic closed 3 years ago

Robustic commented 3 years ago

New function where password as input parameter. With this new function command line or graphical interface can be used smoothly with tmc-langs -library.

Heliozoa commented 3 years ago

I think this is a good idea, but the new function should probably just replace the old one; reading and potentially decoding the password can just be moved to the CLI and the library would only have the version that takes a password arg (I can do the changes to the CLI after merging).

Heliozoa commented 3 years ago

fixed by #172