Token authentication
This commit is contained in:
parent
f3f13c5153
commit
55977bcbe7
5 changed files with 31 additions and 2 deletions
6
templates/member/generate_auth_token.html
Normal file
6
templates/member/generate_auth_token.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
{% load i18n static pretty_money django_tables2 %}
|
||||
|
||||
{% block content %}
|
||||
Jeton : <strong>{{ token }}</strong>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue