Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
piphone
piphone-sip
Commits
df58ec87
Commit
df58ec87
authored
Apr 19, 2017
by
okhin
🚴
Browse files
Merge branch '6-fix-auth-for-admin' into 'master'
Importing auth_basic Closes #6 See merge request
!5
parents
68857e1c
22f07402
Pipeline
#928
passed with stage
in 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
piphone.py
View file @
df58ec87
...
...
@@ -16,7 +16,7 @@ from operator import itemgetter
import
jwt
import
websockets
from
bottle
import
request
,
abort
,
Bottle
,
JSONPlugin
,
template
,
static_file
from
bottle
import
request
,
abort
,
Bottle
,
JSONPlugin
,
template
,
static_file
,
auth_basic
from
bottle_sqlite
import
SQLitePlugin
import
ari
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment