mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 15:56:45 -04:00
Add server_commands and update readme.md
Update command to search for services from the user.
This commit is contained in:
@@ -50,7 +50,6 @@ def get_unsigned_secret(key_id):
|
||||
|
||||
|
||||
def _generate_secret(token=None):
|
||||
import uuid
|
||||
if not token:
|
||||
token = uuid.uuid4()
|
||||
serializer = URLSafeSerializer(current_app.config.get('SECRET_KEY'))
|
||||
|
||||
Reference in New Issue
Block a user