mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	Apply suggestions from code review
Co-authored-by: sighphyre <liquidwicked64@gmail.com>
This commit is contained in:
		
							parent
							
								
									9db36013b1
								
							
						
					
					
						commit
						4b8c3c3949
					
				@ -14,15 +14,15 @@ Use API tokens to connect to the Unleash server API. API tokens come in two dist
 | 
			
		||||
- [Admin tokens](#admin-tokens)
 | 
			
		||||
- [Client tokens](#client-tokens)
 | 
			
		||||
 | 
			
		||||
Both types have use [the same format](#format) but have different intended uses. API tokens are considered to be *secrets* and should _not_ be exposed to end users.
 | 
			
		||||
Both types use [the same format](#format) but have different intended uses. API tokens are considered to be *secrets* and should _not_ be exposed to end users.
 | 
			
		||||
 | 
			
		||||
### Admin tokens
 | 
			
		||||
 | 
			
		||||
**Admin tokens** grant *full read and write access* to all resources in the Unleash server API. Admin tokens have access to all projects, all environments, and all global resources (find out more about [resources in the RBAC document](../user_guide/rbac.md#core-principles)).
 | 
			
		||||
 | 
			
		||||
Use admin tokens to:
 | 
			
		||||
- automate Unleash behavior such as creating feature toggles, projects, etc.
 | 
			
		||||
- write custom Unleash UIs to replace the default Unleash admin UI
 | 
			
		||||
- Automate Unleash behavior such as creating feature toggles, projects, etc.
 | 
			
		||||
- Write custom Unleash UIs to replace the default Unleash admin UI.
 | 
			
		||||
 | 
			
		||||
Do **not** use admin tokens for:
 | 
			
		||||
- [Client SDKs](../sdks/index.md): You will _not_ be able to read toggle data from multiple environments. Use [client tokens](#client-tokens) instead.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user