Abdullah Atta
8c87d00102
core: use access_token from response instead of via errors
...
This is more in line with how auth works:
1. You send a request with credentials
2. The server responds with an access_token
The only difference in this approach is that the client
cannot decide which scopes it wants.
2023-01-06 17:44:07 +05:00
Abdullah Atta
d81f5dba65
refactor: migrate to theme-ui from rebass
2022-08-31 07:26:27 +05:00
Abdullah Atta
c317774c8a
docs: add license header
2022-08-30 16:17:04 +05:00
thecodrr
799116efe4
fix: cleanup mfa endpoints
2022-03-21 10:23:35 +05:00
thecodrr
ea6f8fe121
feat: add support for adding fallback 2fa method
2022-03-18 16:31:49 +05:00
thecodrr
e4d41816f8
feat: remove /reset endpoint
2022-03-17 22:56:33 +05:00
thecodrr
5804fc28bf
feat: add support for getting count of valid backup codes
2022-03-16 00:22:08 +05:00
thecodrr
0eba0fb800
feat: add disable, reset & recovery codes endpoint to mfa
2022-03-15 15:31:11 +05:00
Abdullah Atta
c350da9fda
feat: add mfa support ( #23 )
2022-03-11 22:49:24 +05:00