We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Icaro project can be integrated with external services to add more functionalities:
new table to list external integrations (Sun-API)
Gain access to the users to the external integration with the same credentials (Sun-API)
new API (Sun-API):
GET
PUT
Insert a pre and post auth hook in Wings to redirect user in the external integration URL (Wings)
pre
post
Add new type of access_token, role token that can be used from external applications (Sun-API):
access_token
token
full
write
POST
read
admin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Icaro project can be integrated with external services to add more functionalities:
new table to list external integrations (Sun-API)
Gain access to the users to the external integration with the same credentials (Sun-API)
new API (Sun-API):
GET
: to get integrations listPUT
: to update integrations with hotspot (provides external access credentials etc...)Insert a
pre
andpost
auth hook in Wings to redirect user in the external integration URL (Wings)Add new type of
access_token
, roletoken
that can be used from external applications (Sun-API):full
(for all http verbs)write
(only forGET
,PUT
,POST
)read
(only forGET
)admin
The text was updated successfully, but these errors were encountered: