-
Notifications
You must be signed in to change notification settings - Fork 0
ft(jwt):configure json-web-tokens [Finishes #171110014] #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
c1cfeda to
9950f15
Compare
9950f15 to
6ad9f71
Compare
nkalyesubula
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good start! I've left some change requests. Please address them. Also consider using **kwargs parameter instead of defining all the arguments manually in function parameter list.
scribbles/apps/authentication/templates/authentication/login.html
Outdated
Show resolved
Hide resolved
scribbles/apps/authentication/templates/authentication/logout.html
Outdated
Show resolved
Hide resolved
scribbles/apps/authentication/templates/authentication/welcom.html
Outdated
Show resolved
Hide resolved
6ad9f71 to
c8c5547
Compare
nkalyesubula
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work Millie. A few remarks though;-
- Your authentication module is missing tests
- Your PR title should conform the one we agreed upon
What does this PR do?
Description of Task to be completed?
How should this be manually tested?
What are the relevant pivotal tracker stories?