mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms-api-rest: adapt jwt auth to oca/rest-framework's lasts udpates
This commit is contained in:
committed by
Darío Lodeiros
parent
72d7600755
commit
7f6faae55d
@@ -11,12 +11,13 @@
|
||||
"base_rest_datamodel",
|
||||
"web",
|
||||
"auth_signup",
|
||||
"auth_jwt_login",
|
||||
],
|
||||
"external_dependencies": {
|
||||
"python": ["jwt", "simplejson", "marshmallow"],
|
||||
},
|
||||
"data": [
|
||||
"security/ir.model.access.csv",
|
||||
"security/ir.model.access.csv", "data/auth_jwt_validator.xml"
|
||||
],
|
||||
"installable": True,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user