@@ -23,6 +23,15 @@ export default withNextra({
23
23
{ source : '/manifesto' , destination : '/introduction/manifesto' , permanent : true } ,
24
24
{ source : '/get-started/bruno-basics' , destination : '/get-started/bruno-basics/download' , permanent : true } ,
25
25
26
+ // OAuth2 Experimental to OAuth2 2.0 redirects
27
+ { source : '/auth/oauth2-experimental' , destination : '/auth/oauth2-2.0/overview' , permanent : true } ,
28
+ { source : '/auth/oauth2-experimental/overview' , destination : '/auth/oauth2-2.0/overview' , permanent : true } ,
29
+ { source : '/auth/oauth2-experimental/collection-level-configuration' , destination : '/auth/oauth2-2.0/collection-level-configuration' , permanent : true } ,
30
+ { source : '/auth/oauth2-experimental/request-level-configuration' , destination : '/auth/oauth2-2.0/request-level-configuration' , permanent : true } ,
31
+ { source : '/auth/oauth2-experimental/authorization-code' , destination : '/auth/oauth2-2.0/authorization-code' , permanent : true } ,
32
+ { source : '/auth/oauth2-experimental/client-credentials' , destination : '/auth/oauth2-2.0/client-credentials' , permanent : true } ,
33
+ { source : '/auth/oauth2-experimental/password-credentials' , destination : '/auth/oauth2-2.0/password-credentials' , permanent : true } ,
34
+
26
35
// - /get-started links:
27
36
{ source : '/tools/translator' , destination : '/get-started/import-export-data/script-translator' , permanent : true } ,
28
37
{ source : '/migration-imports/postman' , destination : '/get-started/import-export-data/postman-migration' , permanent : true } ,
0 commit comments