Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PKCE auth flow, code cleanup #10

Merged
merged 5 commits into from
Mar 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root=true

[*]
indent_style=space
indent_size=2
end_of_line=lf
charset=utf-8
trim_trailing_whitespace=true
insert_final_newline=true
17 changes: 17 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
env:
browser: true
es6: true

extends:
- 'indico'
- 'indico/prettier'

rules:
no-implicit-globals: off
no-unused-vars: off
no-undef: off
strict: off
prefer-template: error

parserOptions:
ecmaVersion: 2018
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"eslint-config-indico/prettier-config"
7 changes: 0 additions & 7 deletions THANKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,4 @@ and easier web development.
Code licensed under Apache License v2.0, documentation under CC BY 3.0.
<http://getbootstrap.com/>

ui-bootstrap are the native AngularJS (Angular) directives for Twitter's Bootstrap.
<http://angular-ui.github.io/bootstrap/>

jsOAuth is a Javascript implimentation of the OAuth protocol.
<http://bytespider.github.io/jsOAuth/>
Licensed under MIT license

See also the AUTHORS.
Loading