testmycode / tmc-server

Test My Code exercise server used by e.g. http://mooc.fi/
GNU General Public License v2.0
46 stars 41 forks source link

Token based auth #164

Open jamo opened 10 years ago

jamo commented 10 years ago

For various clients, instead of using http basic auth for authentication, let users create access tokens that can be used instead of username, password pair or start using cookies or oauth...

jamo commented 8 years ago

Let's implement something which would allow the client to open url in their browser and auth the client.