website: Bump prettier from 3.3.3 to 3.4.1 in /website (#12205)
* website: Bump prettier from 3.3.3 to 3.4.1 in /website Bumps [prettier](https://github.com/prettier/prettier) from 3.3.3 to 3.4.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.4.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * update formatting Signed-off-by: Jens Langhammer <jens@goauthentik.io> * sigh Signed-off-by: Jens Langhammer <jens@goauthentik.io> * disable flaky test Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		@ -25,12 +25,12 @@ scopes=openid email my-other-scope
 | 
			
		||||
 | 
			
		||||
The response contains the following fields:
 | 
			
		||||
 | 
			
		||||
-   `device_code`: Device code, which is the code kept on the device
 | 
			
		||||
-   `verification_uri`: The URL to be shown to the enduser to input the code
 | 
			
		||||
-   `verification_uri_complete`: The same URL as above except the code will be prefilled
 | 
			
		||||
-   `user_code`: The raw code for the enduser to input
 | 
			
		||||
-   `expires_in`: The total seconds after which this token will expire
 | 
			
		||||
-   `interval`: The interval in seconds for how often the device should check the token status
 | 
			
		||||
- `device_code`: Device code, which is the code kept on the device
 | 
			
		||||
- `verification_uri`: The URL to be shown to the enduser to input the code
 | 
			
		||||
- `verification_uri_complete`: The same URL as above except the code will be prefilled
 | 
			
		||||
- `user_code`: The raw code for the enduser to input
 | 
			
		||||
- `expires_in`: The total seconds after which this token will expire
 | 
			
		||||
- `interval`: The interval in seconds for how often the device should check the token status
 | 
			
		||||
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -68,14 +68,14 @@ return True
 | 
			
		||||
 | 
			
		||||
#### GitHub compatibility
 | 
			
		||||
 | 
			
		||||
-   `user`: No-op, is accepted for compatibility but does not give access to any resources
 | 
			
		||||
-   `read:user`: Same as above
 | 
			
		||||
-   `user:email`: Allows read-only access to `/user`, including email address
 | 
			
		||||
-   `read:org`: Allows read-only access to `/user/teams`, listing all the user's groups as teams.
 | 
			
		||||
- `user`: No-op, is accepted for compatibility but does not give access to any resources
 | 
			
		||||
- `read:user`: Same as above
 | 
			
		||||
- `user:email`: Allows read-only access to `/user`, including email address
 | 
			
		||||
- `read:org`: Allows read-only access to `/user/teams`, listing all the user's groups as teams.
 | 
			
		||||
 | 
			
		||||
#### authentik
 | 
			
		||||
 | 
			
		||||
-   `goauthentik.io/api`: This scope grants the refresh token access to the authentik API on behalf of the user
 | 
			
		||||
- `goauthentik.io/api`: This scope grants the refresh token access to the authentik API on behalf of the user
 | 
			
		||||
 | 
			
		||||
## Default scopes <span class="badge badge--version">authentik 2022.7+</span>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user