-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[auth] change GetSession so it returns ok (#158)
## Summary This will make code more readable and reduce mistakes when using library. An invalid token is not super useful to client. Updated error messages for new interface. I still think an error is better (can help with refresh failures, etc) but @loreto you mentioned preferring this. ## How was it tested? Untested.
- Loading branch information
1 parent
f7f9113
commit 63f6624
Showing
3 changed files
with
11 additions
and
7 deletions.
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
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