Commit Graph

34 Commits

Author SHA1 Message Date
3863f58b41 Update auth server docs and fix some styling 2019-02-25 17:32:59 -07:00
20e6ff9c4d Add test log entry 2019-02-17 19:25:43 -07:00
a66b8c3422 Add firmware upgrade groups and move custom routes 2019-01-29 19:12:12 -07:00
ddf72a1cd1 Enable OTA updates and route to set courses 2019-01-29 19:12:12 -07:00
6eb6311954 Add courses to authorize people through 2019-01-22 19:31:50 -07:00
571cdd37f0 Parse log sent be lockout, normalize cards 2019-01-22 19:31:50 -07:00
d8ec4b30c8 Accept multiple cards for each user 2018-12-03 23:17:43 -07:00
2812685868 Move Django to https 2018-12-03 19:33:51 -07:00
d09f670a77 Convert username to lower case 2018-11-18 02:32:07 -07:00
75d4395964 Integrate login and auth server API 2018-11-13 02:45:16 -07:00
bd44438277 GET authorized cards for each MAC 2018-11-10 21:40:09 -07:00
790725c29e Add card numbers and updating to auth server 2018-11-10 19:33:41 -07:00
72e783545f Add MAC address field to tools 2018-09-17 18:43:54 -06:00
d5c16bd11b Add to setup instructions 2018-09-17 18:19:30 -06:00
7dd40dabb0 Add example authentication request 2018-09-15 23:33:56 -06:00
b40cc3c458 Change domain and make fields optional 2018-09-15 23:30:37 -06:00
8c6a4dcbe6 Add authentication info to README 2018-09-15 21:27:26 -06:00
28533e0300 Perform auth against the Protospace member portal 2018-09-14 20:09:48 -06:00
75ee9e9f6a Add token auth and POST /login/ route 2018-09-14 18:53:27 -06:00
cfe6677e3d Add trailing slashes to URLs 2018-09-14 17:39:06 -06:00
3ae25304c2 Spelling 2018-09-14 14:36:57 -06:00
81536d6a24 Add API description to README 2018-09-14 14:26:35 -06:00
dd1b9be50e Restrict profiles to lockout admins, convert to URL API 2018-09-14 02:57:30 -06:00
61ceff77e3 Only allow lockout admins to access tool, category 2018-09-13 23:02:51 -06:00
e1c776698e Add tooldata API read-only route 2018-09-13 18:06:23 -06:00
ac9aeb909a Ignore and delete migrations 2018-09-13 18:04:49 -06:00
259af053f6 Add pip requirements 2018-09-13 15:06:19 -06:00
2a3823f739 Create basic API for models 2018-09-12 17:18:11 -06:00
a432535997 Create first DB migrations and remove uuid 2018-09-12 15:42:04 -06:00
1bee4085e0 Add tool, category, and user profile models 2018-09-12 15:20:47 -06:00
48431a4d84 Activate django-rest-framework and expose user model 2018-09-12 01:45:37 -06:00
f081c38209 Add setup instructions 2018-09-12 00:21:26 -06:00
2d1cc332ff Create empty django project and app 2018-09-12 00:17:09 -06:00
84f69bde2a Create directory for auth server 2018-09-12 00:14:06 -06:00