Maciej Szlosarczyk
|
c1ea79615f
|
Make API return errors array
|
2018-07-30 11:07:44 +03:00 |
|
Maciej Szlosarczyk
|
b33ad0d4e8
|
Add show action
|
2018-07-27 11:00:35 +03:00 |
|
Maciej Szlosarczyk
|
0ab9f6333f
|
Add API/Registrant/Domains route
|
2018-07-26 14:46:03 +03:00 |
|
Maciej Szlosarczyk
|
aac76b333c
|
Revert "Use inflector rule to acronym Api to API"
This reverts commit 06f5eb10d4 .
|
2018-07-24 12:53:51 +03:00 |
|
Maciej Szlosarczyk
|
90b2455032
|
Fix codeclimate issues
|
2018-07-24 12:29:25 +03:00 |
|
Maciej Szlosarczyk
|
06f5eb10d4
|
Use inflector rule to acronym Api to API
|
2018-07-24 12:02:58 +03:00 |
|
Maciej Szlosarczyk
|
42004f933f
|
Add IP block on authentication via EID
Also, correct mistakenly used 403 error code.
Update aplication-example.yml to include new functionality.
|
2018-07-24 11:33:51 +03:00 |
|
Maciej Szlosarczyk
|
8f234a5852
|
Create base controller class
|
2018-07-23 16:23:56 +03:00 |
|
Maciej Szlosarczyk
|
f92ece5467
|
Refactor common part of the find_or_create_by_x into a private method
|
2018-07-23 14:29:16 +03:00 |
|
Maciej Szlosarczyk
|
35c3f0a5bf
|
Change Base64 encoding to be url_safe, add crude implementation of a Controller
|
2018-07-20 17:29:13 +03:00 |
|
Maciej Szlosarczyk
|
dc8230dcc2
|
Create AuthTokenCreator and AuthTokenDecryptor classes
|
2018-07-20 15:21:10 +03:00 |
|
Maciej Szlosarczyk
|
dad57ba528
|
Implement the basic interface for the Authentication endpoint
* Handle errors as 422
* Require parameters through strong_parameters
* Use a custom rescue_from
|
2018-07-19 16:20:58 +03:00 |
|
Maciej Szlosarczyk
|
1c6b838b2b
|
Add auth-token class
|
2018-07-19 10:31:31 +03:00 |
|
Maciej Szlosarczyk
|
d67e777ea8
|
Create a Registrant auth controller
|
2018-07-18 16:24:55 +03:00 |
|