-
Notifications
You must be signed in to change notification settings - Fork 0
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
refactor: Replace Addict with Guardian #126
Merged
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
9ede0a0
fix: Remove addict
pmrukot 451d417
Initial version
pmrukot c5973ea
Make sockets auth work
pmrukot 76869a6
Resolve get_user function ambiguity
pmrukot 7ce9bcf
Prepare for Registration form
pmrukot eb615ba
Initial register form
pmrukot fa851cc
Working version of registration
pmrukot 44b191a
Fetch resources after login
pmrukot 70af621
Make local storage work
pmrukot 0267611
Try to init socket connection when app starts
pmrukot 0847393
Make /api/me work again, prototype of request with tokens
pmrukot 4162852
Make authenticated request to api/me
pmrukot 257c7c0
Delete unused code
pmrukot 3a88577
Remove temp function
pmrukot fc58275
Add logout
pmrukot 98d1f9b
Prevent errors on /api/me
pmrukot ef1a587
Protect sources from unauthorised request, add token to requests on E…
pmrukot d77d2ee
Merge branch 'master' into refactor/replace-addict-with-guardian
pmrukot c83aa0a
Make credo happy
pmrukot 68ee096
Make tests run again
pmrukot bd67156
Make tests work again
pmrukot 65bda44
Add guardian setup to travis.exs
pmrukot 4c29c1c
Fix indentation
pmrukot e44b890
Update mix.lock
mrapacz a2b7fb5
Add room_channel warnings to dialyzer warning file
mrapacz 1d11759
Fix dialyzer reports
mrapacz 5dfe8ba
Uncomment bundle.js
mrapacz 784c2e9
Update dialyzer warnings
pmrukot 0fa39b5
Centralize config
pmrukot 393a685
Remove unused functions
pmrukot 710b270
Reset location after login
pmrukot 4003044
Don't hardcode url
pmrukot 3a491e2
Add notification when login fails
pmrukot a273c89
Remove wrong import
pmrukot c806c54
Login user after register
pmrukot a82a276
Fix post auth actions
pmrukot 98fd3c1
Move socket initialisation to Socket.elm
pmrukot febdfe7
Review adjustments
pmrukot 0d5758c
Extract controller errors
mrapacz 9373229
Move setup to conn_case.ex
pmrukot 22061f5
Make two separate ConnCase s
pmrukot dff20f6
Add login tests
pmrukot b7c14d4
Refactor login tests
pmrukot 8927b8f
Add more test to authorization
pmrukot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
successfully