Scott Arbeit
Scott Arbeit
Hi! Quick question: I'm trying this library for the first time, and I use Windows, so I was hoping to just compile a Windows app to look at things. When...
Hi! I work at GitHub, on our Revenue team, and I get to work with some of our large enterprise customers. I know that some of them have created their...
### Describe the bug? When adding `Okta.AspNetCore` v4.4.2 to a Blazor WebAssembly app, compilation fails with a NETSDK1082 error. ### What is expected to happen? The app should compile so...
There are a number of videos I'd like to record and publish about Grace in the coming months. Each of these videos will be released as they're completed. This is...
It would be wonderful if we could run Grace side-by-side with Git in the same repository, and have Git not notice Grace's presence (and vice-versa). This would enable us to...
Grace needs to be able to initialize a new repository based on the contents of an existing directory. This involves several steps, including uploading files to object storage, creating the...
Grace Server needs to implement OAuth2 for authentication, and test it against multiple identity providers. https://github.com/ScottArbeit/Grace/issues/6#tasklist-block-60603cff-a82d-4979-a4b9-a2a131ac5427
Grace has no authorization logic yet. Obviously, we need some. https://github.com/ScottArbeit/Grace/issues/2#tasklist-block-708a9a62-2180-482f-9773-5d057c01b394
Permissions in Grace should be granular. Each server endpoint (i.e. each endpoint listed in `Startup.Server.fs`) should be assigned its own permission. These permissions will be collected into sensible roles in...