Skip to content

Commit

Permalink
Remove beta labelling from code options
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs committed Apr 8, 2021
1 parent fe1231a commit 50e27fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export interface AuthorizationParameters extends OidcAuthorizationParameters {
*/
export interface NextConfig extends Pick<BaseConfig, 'identityClaimFilter'> {
/**
* Log users in to a specific organization (Organizations is currently a Closed Beta).
* Log users in to a specific organization.
*
* This will specify an `organization` parameter in your user's login request and will add a step to validate
* the `org_id` claim in your user's ID Token.
Expand Down
2 changes: 1 addition & 1 deletion src/handlers/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export type GetLoginState = (req: NextApiRequest, options: LoginOptions) => { [k
*/
export interface AuthorizationParams extends Partial<AuthorizationParameters> {
/**
* The invitation id to join an organization (Organizations is currently a Closed Beta).
* The invitation id to join an organization.
*
* To create a link for your user's to accept an organization invite, read the `invitation` and `organization`
* query params and pass them to the authorization server to log the user in:
Expand Down

0 comments on commit 50e27fc

Please sign in to comment.