tkuester / taky

A simple python TAK server
MIT License
184 stars 43 forks source link

Username Password authentication on TCP #55

Open lennisthemenace opened 2 years ago

lennisthemenace commented 2 years ago

I'm not sure how easy it would be but may be worth looking into as this doesn't also seem to be implemented in FTS but would be much better than connecting to an open server to get your certs from the datapackage.

tkuester commented 1 year ago

Part of this has been addressed in f8f3b50, 4e5540b -- so it's quite possible to set things up for basic auth.

I'll think about this a little more, but right now it isn't a priority. I think a better way of doing this would be having the Android client send a CSR! I'd much rather have client enrollment working.

nerdalertdk commented 11 months ago

Yeah, user login without cert would be really nice :)