Skip to content
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

Create middleware for authentication checking #42

Closed
Tomasz-Kluczkowski opened this issue Oct 27, 2018 · 2 comments
Closed

Create middleware for authentication checking #42

Tomasz-Kluczkowski opened this issue Oct 27, 2018 · 2 comments
Assignees
Labels
enhancement New feature or request refactoring

Comments

@Tomasz-Kluczkowski
Copy link
Owner

Add login required middleware in core.
Add list of exempt ulrs:

@Tomasz-Kluczkowski Tomasz-Kluczkowski self-assigned this Oct 27, 2018
@Tomasz-Kluczkowski
Copy link
Owner Author

Middleware is in place now.
Tests needed + add the django messages usage to show to user they need to be logged in.

@Tomasz-Kluczkowski
Copy link
Owner Author

Need a list of urls per site. Run a loop and confirm for all but the three listed above the login is required.
See if all urls can somehow be derived from urls.py from all of the apps instead of having to manually add them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactoring
Projects
None yet
Development

No branches or pull requests

1 participant