Skip to content

fix: Issue where a None token breaks the login flow#136

Merged
jstlaurent merged 1 commit into
mainfrom
fix/login-token-error
Jul 17, 2024
Merged

fix: Issue where a None token breaks the login flow#136
jstlaurent merged 1 commit into
mainfrom
fix/login-token-error

Conversation

@jstlaurent

Copy link
Copy Markdown
Contributor

Changelogs

This PR adds a check, in the external auth token, for the existence of the token before checking its validity. This will prevent an error that breaks the login flow for users who have no cached external auth
token.


Checklist:

  • Was this PR discussed in an issue? It is recommended to first discuss a new feature into a GitHub issue before opening a PR.

  • Add tests to cover the fixed bug(s) or the newly introduced feature(s) (if appropriate).

  • Update the API documentation if a new function is added, or an existing one is deleted.

  • Write concise and explanatory changelogs above.

  • If possible, assign one of the following labels to the PR: feature, fix, chore, documentation or test (or ask a maintainer to do it for you).

discussion related to that PR

@jstlaurent jstlaurent requested a review from cwognum as a code owner July 17, 2024 17:56
@jstlaurent jstlaurent added the fix Annotates any PR that fixes bugs label Jul 17, 2024
@jstlaurent jstlaurent self-assigned this Jul 17, 2024
@jstlaurent jstlaurent merged commit c93f849 into main Jul 17, 2024
@jstlaurent jstlaurent deleted the fix/login-token-error branch July 17, 2024 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Annotates any PR that fixes bugs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants