[Public Apps] Add an Authless Code Template#2985
Open
beloiual wants to merge 3 commits intoab/ExportPublicAppClientfrom
Open
[Public Apps] Add an Authless Code Template#2985beloiual wants to merge 3 commits intoab/ExportPublicAppClientfrom
beloiual wants to merge 3 commits intoab/ExportPublicAppClientfrom
Conversation
Contributor
size-limit report 📦
|
beloiual
commented
Apr 10, 2026
| /** | ||
| * Initialize the client to interact with the Platform SDK | ||
| * | ||
| * If you later add an Ontology SDK to your application, follow the steps in |
beloiual
commented
Apr 10, 2026
Contributor
Author
There was a problem hiding this comment.
Renamed here so that we can check file extensions for .auth and skip generating
beloiual
commented
Apr 10, 2026
| "css", | ||
| ], | ||
| words: ["todoapp"], | ||
| words: ["todoapp", "authless", "Authless"], |
Contributor
Author
There was a problem hiding this comment.
These words aren't in the dictionary so we need to add them to cspell
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.
Screen.Recording.2026-04-09.at.5.57.25.PM.mov
What are we adding?
To support Self-Service Public Apps workflows, we want to build a brand new react template that uses the
AuthlessClientand automatically sets up the vite proxy to allow for localDev.How are we adding this
This PR adds a new --authless flag into our CLI generator. This authless flag when selected will generate the react template without any authentication pieces.
This flag will be selected when the user is prompted to choose if this is a "Public Application". If that is prompted, we will not prompt the user for these fields:
Additionally we will forgo generating any redirect URLs in our code. The authless flag is only selectable if
2.xis selected