Skip to content
Snippets Groups Projects
Commit 79518e1c authored by Maarten de Waard's avatar Maarten de Waard :angel: Committed by Mart van Santen
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 6cf6138c
No related branches found
No related tags found
2 merge requests!68Merge loginpanel into main and release 0.5.0,!60Resolve "Allow CLI to set password"
Pipeline #10133 passed with stages
in 1 minute and 40 seconds
......@@ -129,9 +129,11 @@ class User(db.Model):
@staticmethod
def extract_cookies(cookies):
"""Extract required session cookies our of cookie array
Given an cookie array, iterate over the array and extrat the session
"""Extract session and CSRF cookie from a list of cookies.
Iterate over a list of cookies and extract the session
cookies required for Kratos User Panel UI
:param: cookies List of cookies
:return: string Cookies as string
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment