Last major update: 25.08.2020
- Что такое авторизация/аутентификация
- Где хранить токены
- Как ставить куки ?
- Процесс логина
- Процесс рефреш токенов
- Кража токенов/Механизм контроля токенов
| atom.packages.onDidActivatePackage (pack) -> | |
| if pack.name == 'ex-mode' | |
| Ex = pack.mainModule.provideEx() | |
| Ex.registerCommand 'tabl', -> atom.workspace.getActivePane().moveItemLeft() | |
| Ex.registerCommand 'tabr', -> atom.workspace.getActivePane().moveItemRight() | |
| Ex.registerCommand 'e', -> atom.workspace.getActiveTextEditor().getBuffer().reload() | |
| treeView = document.querySelector('.tool-panel.tree-view') |
| { | |
| "name": "upstatement/cooltheme", | |
| "description": "Starter theme to build a Timber theme", | |
| "type":"wordpress-theme", | |
| "minimum-stability" : "dev", | |
| "authors": [ | |
| { | |
| "name": "andyrader", | |
| "email": "[email protected]" |
| <?php | |
| /* From https://www.usps.com/send/official-abbreviations.htm */ | |
| $us_state_abbrevs_names = array( | |
| 'AL'=>'ALABAMA', | |
| 'AK'=>'ALASKA', | |
| 'AS'=>'AMERICAN SAMOA', | |
| 'AZ'=>'ARIZONA', | |
| 'AR'=>'ARKANSAS', |