Add blog post about adding signout logic to backstage app#287
Open
taras wants to merge 4 commits intoproductionfrom
Open
Add blog post about adding signout logic to backstage app#287taras wants to merge 4 commits intoproductionfrom
taras wants to merge 4 commits intoproductionfrom
Conversation
✅ Deploy Preview for frontside ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
elrickvm
approved these changes
Jul 24, 2023
Member
|
Reading through this I found myself wanting to understand what problem is being solved by being able to run these hooks. How do I immediately self-select into the exact group that is in need of this solution. I think it could benefit from introductions that pose the questions that will perform this selection. E.g. "are you trying to do X but not sure how?" or "Do you find yourself having symptom Y, but not sure how to cope with it?" |
Member
Author
|
@cowboyd It was written as a response to someone who already had all the context. I need to add that context so people who're not familiar with the topic can understand the problem. |
Member
Author
Contributor
|
@taras Image looks good. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Motivation
I had a question in Discord how to add signout logic to Backstage so I wanted to write it up in a blog post for others to find.
Approach
TODO